Click or drag to resize

HelperExtensions Methods

The HelperExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddRange<TItem>(ICollection<TItem>, IEnumerable<TItem>)
Public methodStatic memberAddRange<TKey, TValue>(IDictionary<TKey, TValue>, IDictionary<TKey, TValue>)
Public methodStatic memberAddRange<TKey, TValue>(IDictionary<TKey, TValue>, IEnumerable<KeyValuePair<TKey, TValue>>)
Public methodStatic memberAddRange<TKey, TValue>(IDictionary<TKey, TValue>, IEnumerable<ValueTuple<TKey, TValue>>)
Public methodStatic memberHasReachedEnd
Return whether the end of a Stream is reached.
Top
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md