C# Класс ICSharpCode.USBlib.BusCollection.BusEnumerator

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

Private Properties

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

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

Метод Описание
BusEnumerator ( BusCollection 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 .

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

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

Initializes a new instance of .
public BusEnumerator ( BusCollection mappings ) : System
mappings BusCollection
Результат 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