Tanoda
|
Public Member Functions | |
ReadonlySlice (ReadonlyList< T > list, int beginIdx, int endIdx) | |
Creates a readonlySlice into the ReadonlyList with an inclusive beginIdx and an exclusive endIdx. A readonlySlice with identical begin and end indices would be an empty readonlySlice. More... | |
IndexableStructEnumerator< T, ReadonlySlice< T > > | GetEnumerator () |
Query< T > | Query () |
Properties | |
T | this[int index] [get] |
int | Count [get] |
![]() | |
T | this[int idx] [get] |
int | Count [get] |
Definition at line 53 of file ReadonlySlice.cs.
Leap.Unity.ReadonlySlice< T >.ReadonlySlice | ( | ReadonlyList< T > | list, |
int | beginIdx, | ||
int | endIdx | ||
) |
Creates a readonlySlice into the ReadonlyList with an inclusive beginIdx and an exclusive endIdx. A readonlySlice with identical begin and end indices would be an empty readonlySlice.
A readonlySlice whose endIdx is smaller than its beginIdx will index backwards along the underlying ReadonlyList.
Definition at line 69 of file ReadonlySlice.cs.
IndexableStructEnumerator< T, ReadonlySlice< T > > Leap.Unity.ReadonlySlice< T >.GetEnumerator | ( | ) |
Definition at line 91 of file ReadonlySlice.cs.
Query< T > Leap.Unity.ReadonlySlice< T >.Query | ( | ) |
Definition at line 95 of file ReadonlySlice.cs.
|
get |
Definition at line 83 of file ReadonlySlice.cs.
|
get |
Definition at line 76 of file ReadonlySlice.cs.