The Children method returns all child NBElements of this NBElement with the given Type.

C# | Visual Basic | Visual C++ | F# |
public IEnumerable<NBElement> Children( int type )
Public Function Children ( _ type As Integer _ ) As IEnumerable(Of NBElement)
public: IEnumerable<NBElement^>^ Children( int type )
member Children : type:int -> IEnumerable<NBElement>

- type (Int32)
- The type of the child.

All children of the given type.