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
Public method 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.
Public method 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.

See Also