Overload List
| Name | Description | |
|---|---|---|
| CreateFirstChild(Int32) |
The CreateFirstChild method creates as the first child a new NBElement with the given Type.
| |
| CreateFirstChild(String) |
The CreateFirstChild method creates as the first child a new NBElement with the given Name.
| |
| CreateFirstChild(String, String) |
The CreateFirstChild method creates as the first child a new NBElement with the given Namespace and Name.
| |
| CreateFirstChild(Int32, String, Object) |
The CreateFirstChild method creates as the first child a new NBElement with the given Type, Name and Value.
| |
| CreateFirstChild(String, String, Object) |
The CreateFirstChild method creates as the first child a new NBElement with the given Namespace, Name and Value.
| |
| CreateFirstChild(Int32, String, String, Object) |
The CreateFirstChild method creates as the first child a new NBElement with the given Type, Namespace, Name and Value.
|
See Also