HelperExtensions Methods |
The HelperExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| AddRangeTItem(ICollectionTItem, IEnumerableTItem) |
Adds a range of items to the ICollectionT.
| |
| AddRangeTKey, TValue(IDictionaryTKey, TValue, IDictionaryTKey, TValue) |
Adds a IDictionaryTKey, TValue to the IDictionaryTKey, TValue.
| |
| AddRangeTKey, TValue(IDictionaryTKey, TValue, IEnumerableKeyValuePairTKey, TValue) |
Adds a range of IEnumerable<KeyValuePair<TKey,TValue>> to the IDictionaryTKey, TValue.
| |
| AddRangeTKey, TValue(IDictionaryTKey, TValue, IEnumerableValueTupleTKey, TValue) |
Adds a range of IEnumerable<(TKey Key,TValue Value)> to the IDictionaryTKey, TValue.
| |
| HasReachedEnd |
Return whether the end of a Stream is reached.
|