Method | Description | |
---|---|---|
Dispose ( ) : void |
Releases all the resources used by the enumerable.
|
|
EnumerableWrapper ( IEnumerable |
Creates a new instance of the EnumerableWrapper class.
|
|
MoveNext ( ) : bool |
Advances the enumerator to the next element of the collection.
|
public EnumerableWrapper ( IEnumerable |
||
enumerable | IEnumerable |
The enumerable to be wrapped. |
cancellationToken | GSF.Threading.CancellationToken | The token used to cancel the enumeration operation. |
return | System |