A circular list container
|
Note:
Because this is an infinite iteration container, you cannot use foreach on it. If you do, you will go into an endless loop.
See Also: Inherited members from object.
CircularList
() Creates a new empty Womb.Gtk.CircularList |
Creates a new circular list from the contents of a ArrayList |
Add
(object) To be added. |
|
GetEnumerator
() To be added. |
|
MoveNext
() To be added. |
|
Reset
() To be added. |
Creates a new circular list from the contents of a ArrayList
To be added.
To be added.
To be added.
To be added.
To be added.