C# Класс GSF.IO.FileProcessor.EnumerableWrapper

Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void

Releases all the resources used by the enumerable.

EnumerableWrapper ( IEnumerable enumerable, GSF.Threading.CancellationToken cancellationToken ) : System

Creates a new instance of the EnumerableWrapper class.

MoveNext ( ) : bool

Advances the enumerator to the next element of the collection.

Описание методов

Dispose() публичный Метод

Releases all the resources used by the enumerable.
public Dispose ( ) : void
Результат void

EnumerableWrapper() публичный Метод

Creates a new instance of the EnumerableWrapper class.
public EnumerableWrapper ( IEnumerable enumerable, GSF.Threading.CancellationToken cancellationToken ) : System
enumerable IEnumerable The enumerable to be wrapped.
cancellationToken GSF.Threading.CancellationToken The token used to cancel the enumeration operation.
Результат System

MoveNext() публичный Метод

Advances the enumerator to the next element of the collection.
public MoveNext ( ) : bool
Результат bool