|
Enhanced C#
Loyc library documentation
|
Helps implement extension method ListExt.AsSink{T}(IList{T}). More...
Helps implement extension method ListExt.AsSink{T}(IList{T}).
| List | : | IList<T> |
Properties | |
| T | this[int index] [set] |
Properties inherited from Loyc.Collections.IArraySink< in T > | |
| T | this[int index] [set] |
Public Member Functions | |
| ListAsSink (List list) | |
Public Member Functions inherited from Loyc.Collections.CollectionAsSink< T, List > | |
| CollectionAsSink (List list) | |
| void | Add (T item) |
| void | Clear () |
| bool | Remove (T item) |
Public Member Functions inherited from Loyc.WrapperBase< T > | |
| override bool | Equals (object?obj) |
| Returns true iff the parameter 'obj' is a wrapper around an object that is equal to the object that this object wraps. More... | |
| override int | GetHashCode () |
| Returns the hashcode of the wrapped object. More... | |
| override string | ToString () |
| Returns ToString() of the wrapped object. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Loyc.WrapperBase< T > | |
| WrapperBase (T wrappedObject) | |
Protected fields inherited from Loyc.WrapperBase< T > | |
| T | _obj |
Protected static fields inherited from Loyc.WrapperBase< T > | |
|
static readonly EqualityComparer< T > | TComp = EqualityComparer<T>.Default |
1.8.7