Interface IIndexable<T>
Interface to access collections through int and string indexers
public interface IIndexable<out T> : INameIndexable<T>, INameIndexable, IIndexable
Type Parameters
T
- Inherited Members
- Extension Methods
Properties
this[int]
Integer indexer, gets or sets the value on the specified index
T this[int index] { get; }
Parameters
index
intIndex
Property Value
- T