This interface extends the IEnumerator interface to allow insertion of data and move to previous entries in a collection.
The following tables list the members exposed by Cursor.
Public Properties
Name | Description | |
---|---|---|
![]() |
Key | Point the list at a particular element. Point to the end of the list if the key is not found. |
Public Methods
Name | Description | |
---|---|---|
![]() |
Add | Overloaded. 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. |
![]() |
Insert | Add a keyed element to the collection. The new element is placed such that a next() call. The cursor position is not incremented in this method. |
![]() |
MovePrevious | Move to the previous element |
![]() |
Remove | Remove the current object from the collection |