
Icon | Member | Description |
---|---|---|
![]() | CreateBefore(Int32, String, String, Object) |
The CreateBefore method creates as the previous sibling a new NBElement with the given Type, Namespace, 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, Object) |
The CreateBefore method creates as the previous sibling a new NBElement with the given Type, Name and Value.
|
![]() | CreateBefore(String, String) |
The CreateBefore method creates as the previous sibling a new NBElement with the given Namespace and Name.
|
![]() | CreateBefore(String) |
The CreateBefore method creates as the previous sibling a new NBElement with the given Name.
|
![]() | CreateBefore(Int32) |
The CreateBefore method creates as the previous sibling a new NBElement with the given Type.
|