C# Class ComponentFactory.Quicksilver.Layout.MetaElementCollection.CompoundMetaElementCollection.CompoundEnumerator

Inheritance: IEnumerator
Mostrar archivo Open project: ComponentFactory/Quicksilver

Public Methods

Method Description
CompoundEnumerator ( MetaElementCollection collection ) : System

Initialize a new instance of the CompoundEnumerator class.

MoveNext ( ) : bool

Advances the enumerator to the next element of the collection.

Reset ( ) : void

Sets the enumerator to its initial position, which is before the first element in the collection.

Method Details

CompoundEnumerator() public method

Initialize a new instance of the CompoundEnumerator class.
public CompoundEnumerator ( MetaElementCollection collection ) : System
collection MetaElementCollection Reference to collection.
return System

MoveNext() public method

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

Reset() public method

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