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

Cusom collection enumerator.
Inheritance: object, IEnumerator
Mostrar archivo Open project: AlexCherkasov/Neuro.NET

Private Properties

Property Type Description
IEnumerator bool
IEnumerator void

Public Methods

Method 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

Method Description
IEnumerator ( ) : bool
IEnumerator ( ) : void

Method Details

CustomNeuroLinkEnumerator() public method

Constructor.
public CustomNeuroLinkEnumerator ( NeuroLinkCollection mappings ) : System
mappings NeuroLinkCollection Collection to be enumerated.
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