|
Enhanced C#
Loyc library documentation
|
Helps implement extension method DictionaryExt.AsSink{K, V}(IDictionary{K, V}). More...
Helps implement extension method DictionaryExt.AsSink{K, V}(IDictionary{K, V}).
| Dict | : | IDictionary | |
| Dict | : | K | |
| Dict | : | V |
Properties | |
| V | this[K key] [set] |
Properties inherited from Loyc.Collections.IIndexedSink< in K, in V > | |
| V | this[K key] [set] |
Public Member Functions | |
| DictionaryAsSink (Dict dict) | |
| void | Add (K key, V value) |
| bool | Remove (K key) |
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... | |
Public Member Functions inherited from Loyc.Collections.IDictionarySink< in K, in V > | |
| void | Clear () |
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