FANN C# AccessorEnumerator<T> | |
AccessorEnumerator<T> | An Enumerator for the <IAccessor<T>> interface |
Properties | |
Current | Returns the item in the collection currently being referenced by the internal reference |
Functions | |
Dispose | Disposes the enumerator |
MoveNext | Moves the internal reference to the next item in the collection |
Reset | Resets the internal reference to the first item in the collection |
Returns the item in the collection currently being referenced by the internal reference
public T Current { get }
Disposes the enumerator
public void Dispose()
Moves the internal reference to the next item in the collection
public bool MoveNext()
Resets the internal reference to the first item in the collection
public void Reset()