
Icon | Member | Description |
---|---|---|
![]() | CreateAfter(Int32, String, String, Object) |
The CreateAfter method creates as the next sibling a new NBElement with the given Type, Namespace, Name and Value.
|
![]() | CreateAfter(String, String, Object) |
The CreateAfter method creates as the next sibling a new NBElement with the given Namespace, Name and Value.
|
![]() | CreateAfter(Int32, String, Object) |
The CreateAfter method creates as the next sibling a new NBElement with the given Type, Name and Value.
|
![]() | CreateAfter(String, String) |
The CreateAfter method creates as the next sibling a new NBElement with the given Namespace and Name.
|
![]() | CreateAfter(String) |
The CreateAfter method creates as the next sibling a new NBElement with the given Name.
|
![]() | CreateAfter(Int32) |
The CreateAfter method creates as the next sibling a new NBElement with the given Type.
|