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

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

All children with the given name and namespace.