Interface IIndexable
Interface to access collections through int and string indexers
public interface IIndexable
- Extension Methods
Properties
this[int]
Integer indexer, gets or sets the value on the specified index
object this[int index] { get; }
Parameters
index
intIndex
Property Value
- object