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