FANN C# AccessorEnumerator<T>

Summary
FANN C# AccessorEnumerator<T>
AccessorEnumerator<T>An Enumerator for the <IAccessor<T>> interface
Properties
CurrentReturns the item in the collection currently being referenced by the internal reference
Functions
DisposeDisposes the enumerator
MoveNextMoves the internal reference to the next item in the collection
ResetResets the internal reference to the first item in the collection

AccessorEnumerator<T>

An Enumerator for the <IAccessor<T>> interface

Summary
Properties
CurrentReturns the item in the collection currently being referenced by the internal reference
Functions
DisposeDisposes the enumerator
MoveNextMoves the internal reference to the next item in the collection
ResetResets the internal reference to the first item in the collection

Properties

Current

public T Current { get }

Returns the item in the collection currently being referenced by the internal reference

Functions

Dispose

public void Dispose()

Disposes the enumerator

MoveNext

public bool MoveNext()

Moves the internal reference to the next item in the collection

Reset

public void Reset()

Resets the internal reference to the first item in the collection

public T Current { get }
Returns the item in the collection currently being referenced by the internal reference
public void Dispose()
Disposes the enumerator
public bool MoveNext()
Moves the internal reference to the next item in the collection
public void Reset()
Resets the internal reference to the first item in the collection
Close