Interface IGeneralIndexable
Interface to access collections through specific key type
public interface IGeneralIndexable
- Extension Methods
Properties
this[object]
General indexer, gets or sets the value on the specified index
object this[object index] { get; set; }
Parameters
index
objectIndex
Property Value
- object