Add an unkeyed element to the collection. The new element is placed such that it will be called by a prev() call, but not a next() call.
Overload List
| Name | Description | |
|---|---|---|
|
Add (Object) | Add an unkeyed element to the collection. The new element is placed such that it will be called by a prev() call, but not a next() call. |
|
Add (Object, Object) | Add a keyed element to the collection. The new element is placed such that it will be called by a prev() call, but not a next() call. The cursor position is changed after adding a value. |