| Name | Description |
---|
  | Add<(Of <<'(T>)>>) | |
  | AddRange<(Of <<'(T>)>>)(ISpread<(Of <<'(T>)>>), IEnumerable<(Of <<'(T>)>>)) | |
  | AddRange<(Of <<'(T>)>>)(ISpread<(Of <<'(T>)>>), IList<(Of <<'(T>)>>)) | |
  | AssignFrom<(Of <<'(T>)>>)(ISpread<(Of <<'(T>)>>), IEnumerable<(Of <<'(T>)>>)) | |
  | AssignFrom<(Of <<'(T>)>>)(ISpread<(Of <<'(T>)>>), IList<(Of <<'(T>)>>)) | |
  | AsString<(Of <<'(T>)>>) | |
  | CombineSpreads |
Used to calculate the slice count if two spreads need to be
iterated.
|
  | CombineWith<(Of <<'(V>)>>)(Int32, ISpread<(Of <<'(V>)>>)) | |
  | CombineWith<(Of <<'(U, V>)>>)(ISpread<(Of <<'(U>)>>), ISpread<(Of <<'(V>)>>)) | |
  | GetMaxSliceCount<(Of <<'(T>)>>) |
Returns the max slice count of all spreads or zero if one of the slice counts is zero.
|
  | GetRange<(Of <<'(T>)>>) | |
  | GetSliceCountSum<(Of <<'(T>)>>) |
Returns the sum of all slice counts of the given spreads.
|
  | IndexOf<(Of <<'(T>)>>) | |
  | Insert<(Of <<'(T>)>>) | |
  | InsertRange<(Of <<'(T>)>>) | |
  | IsAnyEmpty | |
  | Remove<(Of <<'(T>)>>) | |
  | RemoveAll<(Of <<'(T>)>>) |
Removes all the elements that match the conditions defined by the specified predicate.
|
  | RemoveAt<(Of <<'(T>)>>) | |
  | RemoveRange<(Of <<'(T>)>>) | |
  | Resize<(Of <<'(T>)>>)(ISpread<(Of <<'(T>)>>), Int32, Func<(Of <<'(T>)>>), Action<(Of <<'(T>)>>)) | |
  | Resize<(Of <<'(T>)>>)(ISpread<(Of <<'(T>)>>), Int32, Func<(Of <<'(Int32, T>)>>), Action<(Of <<'(T>)>>)) | |
  | ResizeAndDismiss<(Of <<'(T>)>>)(ISpread<(Of <<'(T>)>>), Int32) | |
  | ResizeAndDismiss<(Of <<'(T>)>>)(ISpread<(Of <<'(T>)>>), Int32, Func<(Of <<'(T>)>>)) | |
  | ResizeAndDismiss<(Of <<'(T>)>>)(ISpread<(Of <<'(T>)>>), Int32, Func<(Of <<'(Int32, T>)>>)) | |
  | ResizeAndDispose<(Of <<'(T>)>>)(ISpread<(Of <<'(T>)>>), Int32) | |
  | ResizeAndDispose<(Of <<'(T>)>>)(ISpread<(Of <<'(T>)>>), Int32, Func<(Of <<'(T>)>>)) | |
  | ResizeAndDispose<(Of <<'(T>)>>)(ISpread<(Of <<'(T>)>>), Int32, Func<(Of <<'(Int32, T>)>>)) | |
  | SetSliceCountBy<(Of <<'(T>)>>)(ISpread<(Of <<'(T>)>>), ISpread<(Of <<'(ISpread<(Of <<'(T>)>>)>)>>)) |
Takes the max slice count of the input spreads, multiplies it with the slice count of the
outer spread and assigns it to the output spread.
|
  | SetSliceCountBy<(Of <<'(T>)>>)(ISpread<(Of <<'(ISpread<(Of <<'(T>)>>)>)>>), ISpread<(Of <<'(T>)>>)) | |
  | ToSpread<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>)) | |
  | ToSpread<(Of <<'(T>)>>)(List<(Of <<'(T>)>>)) | |
  | ToString<(Of <<'(T>)>>) | |