C# Class ICSharpCode.USBlib.BusCollection.BusEnumerator

Enumerator that can iterate through a BusCollection.
Inheritance: IEnumerator
显示文件 Open project: roboime/legacy-roboime

Private Properties

Property Type Description

Public Methods

Method 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 method

Initializes a new instance of .
public BusEnumerator ( BusCollection mappings ) : System
mappings BusCollection
return System

MoveNext() public method

Advances the enumerator to the next of the .
public MoveNext ( ) : bool
return bool

Reset() public method

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