HelperExtensions Class |
Namespace: BionicCode.Utilities.Net.Standard.Extensions
The HelperExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AddRange<TItem>(ICollection<TItem>, IEnumerable<TItem>) |
Adds a range of items to the ICollection<T>.
|
![]() ![]() | AddRange<TKey, TValue>(IDictionary<TKey, TValue>, IDictionary<TKey, TValue>) |
Adds a IDictionary<TKey, TValue> to the IDictionary<TKey, TValue>.
|
![]() ![]() | AddRange<TKey, TValue>(IDictionary<TKey, TValue>, IEnumerable<KeyValuePair<TKey, TValue>>) |
Adds a range of IEnumerable<KeyValuePair<TKey,TValue>> to the IDictionary<TKey, TValue>.
|
![]() ![]() | AddRange<TKey, TValue>(IDictionary<TKey, TValue>, IEnumerable<ValueTuple<TKey, TValue>>) |
Adds a range of IEnumerable<(TKey Key,TValue Value)> to the IDictionary<TKey, TValue>.
|
![]() ![]() | HasReachedEnd |
Return whether the end of a Stream is reached.
|