
Icon | Member | Description |
---|---|---|
![]() | Element[([( Int32, String, String, Int32])]) |
This default property returns the child NBElement whose Type, Namespace, Name and Index match the Type, Namespace, Name and Index specified.
|
![]() | Element[([( Int32, String, String])]) |
This default property returns the child NBElement whose Type, Namespace and Name match the Type, Name and Index specified.
|
![]() | Element[([( Int32, String, Int32])]) |
This default property returns the child NBElement whose Type, Name and Index match the Type, Name and Index specified.
|
![]() | Element[([( Int32, String])]) |
This default property returns the first child NBElement whose Type and Name match the Type and Name specified.
|
![]() | Element[([( String, String, Int32])]) |
This default property returns the child NBElement whose Namespace, Name and Index match the Namespace, Name and Index specified.
|
![]() | Element[([( String, String])]) |
This default property returns the first child NBElement whose Namespace and Name match the Namespace and Name specified.
|
![]() | Element[([( String, Int32])]) |
This default property returns the child NBElement whose Name and Index match the Name and Index specified.
|
![]() | Element[([( String])]) |
This default property returns the first child NBElement whose Name matches the Name specified.
|