Tanoda
|
This easy-to-implement interface represents the ability to index into a collection of elements of type T. IIndexables inherit Query() via an extension method. More...
Properties | |
T | this[int idx] [get] |
int | Count [get] |
This easy-to-implement interface represents the ability to index into a collection of elements of type T. IIndexables inherit Query() via an extension method.
IIndexable is fire-and-forget if your implementer is a reference type (class). If the implementing type is a struct, be mindful of boxing, and consider using IIndexableStruct and pooling instead.
Definition at line 21 of file IIndexable.cs.
|
get |
Implemented in Leap.Unity.RingBuffer< T >.
Definition at line 25 of file IIndexable.cs.
|
get |
Implemented in Leap.Unity.RingBuffer< T >.
Definition at line 23 of file IIndexable.cs.