C# Class xpidea.neuro.net.NeuroLinkCollection.CustomNeuroLinkEnumerator

Cusom collection enumerator.
Inheritance: object, IEnumerator
Afficher le fichier Open project: AlexCherkasov/Neuro.NET

Private Properties

Свойство Type Description
IEnumerator bool
IEnumerator void

Méthodes publiques

Méthode Description
CustomNeuroLinkEnumerator ( NeuroLinkCollection mappings ) : System

Constructor.

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
IEnumerator ( ) : bool
IEnumerator ( ) : void

Method Details

CustomNeuroLinkEnumerator() public méthode

Constructor.
public CustomNeuroLinkEnumerator ( NeuroLinkCollection mappings ) : System
mappings NeuroLinkCollection Collection to be enumerated.
Résultat System

MoveNext() public méthode

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