Overload List
| Name | Description | |
|---|---|---|
| Add(Int32) | Add a single Int32 id to the end of the object | |
| Add(array<Int32>[]()[][]) | Add an array of identifiers to the current object. | |
| Add(String) | Converts the passed string to an object identifier
and appends them to the current object.
| |
| Add(UInt32) | Add a single UInt32 id to the end of the object | |
| Add(array<UInt32>[]()[][]) | Add UInt32 identifiers to the current object. | |
| Add(Oid) | Appends the passed Oid object to
self.
|