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

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

- name (String)
- The name of the child.

All children of the given name.