Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Looping
LazyList(T) Class
LazyList(T) Methods
Add Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
IndexOf Method
Initialized Method
Insert Method
Invalidate Method
Remove Method
RemoveAt Method
LazyList
T
GetEnumerator Method
Returns an enumerator that iterates through the collection.
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
Copy
public
IEnumerator
<T>
GetEnumerator
()
Return Value
Type:
IEnumerator
T
An enumerator that can be used to iterate through the collection.
Implements
IEnumerable
T
GetEnumerator
See Also
Reference
LazyList
T
Class
WhetStone.Looping Namespace