Overload List
| Name | Description | |
|---|---|---|
| Children |
The Children method returns all child NBElements of this NBElement.
| |
| Children(Int32) |
The Children method returns all child NBElements of this NBElement with the given Type.
| |
| Children(String) |
The Children method returns all child NBElements of this NBElement with the given Name.
| |
| Children(Int32, String) |
The Children method returns all child NBElements of this NBElement with the given Type and Name.
| |
| Children(String, String) |
The Children method returns all child NBElements of this NBElement with the given Namespace and Name.
| |
| Children(Int32, String, String) |
The Children method returns all child NBElements of this NBElement with the given Type, Namespace and Name.
|
See Also