C# Класс ICSharpCode.USBlib.DescriptorCollection.DescriptorEnumerator

Enumerator that can iterate through a DescriptorCollection.
Наследование: IEnumerator
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
DescriptorEnumerator ( DescriptorCollection mappings ) : System

Initializes a new instance of .

MoveNext ( ) : bool

Advances the enumerator to the next of the .

Reset ( ) : void

Sets the enumerator to its initial position, which is before the first element in the .

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

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

Initializes a new instance of .
public DescriptorEnumerator ( DescriptorCollection mappings ) : System
mappings DescriptorCollection
Результат System

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

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

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

Sets the enumerator to its initial position, which is before the first element in the .
public Reset ( ) : void
Результат void