|
Enhanced C#
Language of your choice: library documentation
|
Additional Inherited Members | |
Properties inherited from Loyc.Collections.IListEx< T > | |
| new int | Count [get] |
Properties inherited from Loyc.Collections.IIsEmpty | |
| bool | IsEmpty [get] |
Properties inherited from Loyc.Collections.IArray< T > | |
| new T | this[int index] [get, set] |
| Gets or sets an element of the array-like collection. More... | |
Properties inherited from Loyc.Collections.IArraySink< T > | |
| T | this[int index] [set] |
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... | |
Public Member Functions inherited from Loyc.Collections.ICollectionSource< T > | |
| void | CopyTo (T[] array, int arrayIndex) |
| Copies the elements of the collection to an Array, starting at a particular array index. More... | |
Public Member Functions inherited from Loyc.Collections.IContains< T > | |
| bool | Contains (T item) |
| Returns true if and only if the collection contains the specified item. More... | |
Public Member Functions inherited from Loyc.Collections.ICollectionSink< T > | |
| void | Clear () |
| bool | Remove (T item) |
Public Member Functions inherited from Loyc.Collections.IAddRange< T > | |
| void | AddRange (IEnumerable< T > e) |
| void | AddRange (IReadOnlyCollection< T > s) |
Public Member Functions inherited from Loyc.Collections.IArray< T > | |
| bool | TrySet (int index, T value) |
Public Member Functions inherited from Loyc.Collections.IListRangeMethods< T > | |
| void | InsertRange (int index, IEnumerable< T > s) |
| void | InsertRange (int index, IReadOnlyCollection< T > s) |
| void | RemoveRange (int index, int amount) |
1.8.17