FANN C# IAccessor<T> Interface | |
IAccessor<T> | An enumerable interface that provides a count of elements in the accessor and random, read-only access to its elements. |
Properties | |
Count | The number of elements in the accessor. |
Item | Provides access to the element at index |
An enumerable interface that provides a count of elements in the accessor and random, read-only access to its elements.
This takes the place of IReadOnlyList if targeting a .NET Framework below 4.5 (the official release targets 2.0 for maximum compatibility)
Properties | |
Count | The number of elements in the accessor. |
Item | Provides access to the element at index |
The number of elements in the accessor.
int Count { get }