C# Class Cream.AllenTemporal.AllenDomain.AllenDomainIterator

Inheritance: IEnumerator
Afficher le fichier Open project: kikoanis/CSharpCream

Private Properties

Свойство Type Description
InitBlock void

Méthodes publiques

Méthode Description
AllenDomainIterator ( AllenDomain enclosingInstance ) : System

Initializes a new instance of the AllenDomainIterator 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.

Private Methods

Méthode Description
InitBlock ( AllenDomain eI ) : void

Inits the block.

Method Details

AllenDomainIterator() public méthode

Initializes a new instance of the AllenDomainIterator class.
public AllenDomainIterator ( AllenDomain enclosingInstance ) : System
enclosingInstance AllenDomain The enclosing instance.
Résultat System

MoveNext() public méthode

Advances the enumerator to the next element of the collection.
/// The collection was modified after the enumerator was created. ///
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 collection.
/// The collection was modified after the enumerator was created. ///
public Reset ( ) : void
Résultat void