C# Class ICSharpCode.USBlib.BusCollection.BusEnumerator

Enumerator that can iterate through a BusCollection.
Inheritance: IEnumerator
Afficher le fichier Open project: roboime/legacy-roboime

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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 .

Method Details

BusEnumerator() public méthode

Initializes a new instance of .
public BusEnumerator ( BusCollection mappings ) : System
mappings BusCollection
Résultat System

MoveNext() public méthode

Advances the enumerator to the next of the .
public MoveNext ( ) : bool
Résultat bool

Reset() public méthode

Sets the enumerator to its initial position, which is before the first element in the .
public Reset ( ) : void
Résultat void