| Member | Description |
|---|---|
Constructor |
Constructor |
MoveNext |
Moves the internal pointer to the next item public sealed bool MoveNext(); |
Reset |
Reset to first item public sealed void Reset(); |
Current |
Returns the current item in the collection in a strongly typed fashion |