Overload List
Name | Description | |
---|---|---|
![]() | CreateLastChild(Int32) |
The CreateLastChild method creates as the last child a new NBElement with the given Type.
|
![]() | CreateLastChild(String) |
The CreateLastChild method creates as the last child a new NBElement with the given Name.
|
![]() | CreateLastChild(String, String) |
The CreateLastChild method creates as the last child a new NBElement with the given Namespace and Name.
|
![]() | CreateLastChild(Int32, String, Object) |
The CreateLastChild method creates as the last child a new NBElement with the given Type, Name and Value.
|
![]() | CreateLastChild(String, String, Object) |
The CreateLastChild method creates as the last child a new NBElement with the given Namespace, Name and Value.
|
![]() | CreateLastChild(Int32, String, String, Object) |
The CreateLastChild method creates as the last child a new NBElement with the given type, Namespace, Name and Value.
|
See Also