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

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

All children with the given name and namespace.