Interface IGeneralIndexable<TKey, TObject>
Interface to access collections through specific key type
public interface IGeneralIndexable<in TKey, TObject> : IGeneralIndexable
Type Parameters
TKey
TObject
- Inherited Members
- Extension Methods
Properties
this[TKey]
Integer indexer, gets or sets the value on the specified index
TObject this[TKey index] { get; set; }
Parameters
index
TKeyIndex
Property Value
- TObject