C# Class vbAccelerator.Components.Controls.VListBox.SelectedIndexCollectionEnumerator

Implements the IEnumerator interface for the selected indexes within a VListBox control.
Inheritance: IEnumerator, IDisposable
ファイルを表示 Open project: Blackfrosch/VAGEDCSuite

Public Methods

Method Description
Dispose ( ) : void

Clears up any resources associated with this enumerator.

MoveNext ( ) : bool

Advances the enumerator to the next element of the collection.

Reset ( ) : void

Resets the enumerator to the start of the list.

SelectedIndexCollectionEnumerator ( VListBox owner ) : System

Constructs a new instance of this class.

Method Details

Dispose() public method

Clears up any resources associated with this enumerator.
public Dispose ( ) : void
return void

MoveNext() public method

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

Reset() public method

Resets the enumerator to the start of the list.
public Reset ( ) : void
return void

SelectedIndexCollectionEnumerator() public method

Constructs a new instance of this class.
public SelectedIndexCollectionEnumerator ( VListBox owner ) : System
owner VListBox The which owns the collection.
return System