C# Class ICSharpCode.USBlib.DescriptorCollection.DescriptorEnumerator

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

Private Properties

Property Type Description

Public Methods

Method Description
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 .

Method Details

DescriptorEnumerator() public method

Initializes a new instance of .
public DescriptorEnumerator ( DescriptorCollection mappings ) : System
mappings DescriptorCollection
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