SimpleEnumerator Constructor |
Name | Description | |
---|---|---|
![]() | SimpleEnumerator(ICollection) |
Construct a simple enumerator based on a collection.
|
![]() | SimpleEnumerator(Object) |
Construct the simple enumerator based on an array of objects.
|
![]() | SimpleEnumerator(Object, Int32, Int32) |
Construct the simple enumerator based on an array of objects.
|
![]() | SimpleEnumerator(Object, Int32, Int32, Boolean, Boolean) |
Construct the simple enumerator based on an array of objects,
making a copy of the array if specified.
|