Enhanced C#
Language of your choice: library documentation
|
A reverse view of an AList. More...
A reverse view of an AList.
Public fields | |
AListBase< K, T > | _list |
Properties | |
T | this[int index] [get] |
int | Count [get] |
Public Member Functions | |
AListReverseView (AListBase< K, T > list) | |
T | TryGet (int index, out bool fail) |
ReverseBinumerator< T > | GetEnumerator () |
IEnumerator< T > IEnumerable< T >. | GetEnumerator () |
System.Collections.IEnumerator System.Collections.IEnumerable. | GetEnumerator () |
IRange< T > IListSource< T >. | Slice (int start, int count) |
Slice_< T > | Slice (int start, int count) |
Public Member Functions inherited from Loyc.Collections.IListSource< T > | |
IRange< T > | Slice (int start, int count=int.MaxValue) |
Returns a sub-range of this list. More... | |