|
| Name | Description |
|---|
 | Append<(Of <<'(TItem>)>>)(IEnumerable<(Of <<'(TItem>)>>)) | Overloaded.
Appends elements from two sequences.
(Defined by CollectionExtensions.) |
 | Append<(Of <<'(TItem>)>>)(TItem) | Overloaded.
Appends an element to a sequence.
(Defined by CollectionExtensions.) |
 | Append<(Of <<'(TItem>)>>)(IEnumerable<(Of <<'(TItem>)>>)) | Overloaded. (Defined by EnumerableExtensions.) |
 | Append<(Of <<'(TItem>)>>)(TItem) | Overloaded. (Defined by EnumerableExtensions.) |
 | AreAllDifferent<(Of <<'(TItem>)>>) |
Returns whether all the elements are different in the given sequence.
(Defined by Functional.) |
 | AreSameLists<(Of <<'(TItem>)>>) |
Compares the two given lists per item if they are the same.
(Defined by Sequence.) |
 | Clone<(Of <<'(TItem>)>>)()()()() | Overloaded.
Clones the list.
(Defined by CommonExtensions.) |
 | Clone<(Of <<'(TItem>)>>)()()()() | Overloaded. (Defined by GraphExtensions.) |
 | Clone<(Of <<'(TItem>)>>)()()()() | Overloaded.
Clones the specified list.
(Defined by Sequence.) |
 | Collect<(Of <<'(TItem, TRange>)>>) |
Collects elements into a new sequence by applying the given converter to each element.
(Defined by Functional.) |
 | ContainsAny<(Of <<'(TItem>)>>) |
Checks for the occurrence of the given items in the collection.
(Defined by CommonExtensions.) |
 | Filter<(Of <<'(TItem>)>>) | (Defined by Functional.) |
 | Fold<(Of <<'(TItem, TRange>)>>) |
Folds the list.
(Defined by Functional.) |
 | ForEach<(Of <<'(TItem>)>>)(Action<(Of <<'(TItem>)>>)) | Overloaded.
Executes the action for each item in the collection.
(Defined by CommonExtensions.) |
 | ForEach<(Of <<'(TItem>)>>)(Action<(Of <<'(TItem>)>>)) | Overloaded.
Applies the action to each element of the sequence.
(Defined by Functional.) |
 | ForEach<(Of <<'(TItem>)>>)(Action) | Overloaded.
Applies the action to each element of the sequence.
(Defined by Functional.) |
 | GetHashCodeOrZero | (Defined by ExtensionMethods.) |
 | HaveSameContent<(Of <<'(TItem>)>>) |
Compares the two given lists if they have the same item content, not necessarily in the same order.
(Defined by Functional.) |
 | Map<(Of <<'(TItem, TMapped>)>>) |
Maps the elements of the list to a new list.
(Defined by Functional.) |
 | PrettyFormat<(Of <<'(TItem>)>>) |
Returns a more readable format of the string sequence.
(Defined by Sequence.) |
 | Scramble<(Of <<'(TItem>)>>) |
Returns a random reordering of the given collection.
(Defined by Functional.) |
 | TakeAfter<(Of <<'(TItem>)>>) |
Bypasses elements from a sequence as long as a specified condition is true and then returns the remaining elements.
(Defined by CollectionExtensions.) |
 | TakeBefore<(Of <<'(TItem>)>>) |
Bypasses elements from a sequence until the specified condition becomes true.
(Defined by CollectionExtensions.) |
 | TakeBetween<(Of <<'(TItem>)>>)(Func<(Of <<'(TItem, Boolean>)>>), Func<(Of <<'(TItem, Boolean>)>>)) | Overloaded.
Bypasses elements from a sequence as long as the first condition is false. Returns elements from the remaining elements as long the second condition is false.
(Defined by CollectionExtensions.) |
 | TakeBetween<(Of <<'(TItem>)>>)(TItem, TItem) | Overloaded.
Returns elements from a sequence as long as they are between the two items.
(Defined by CollectionExtensions.) |
 | TakeFrom<(Of <<'(TItem>)>>)(Func<(Of <<'(TItem, Boolean>)>>)) | Overloaded.
Bypasses elements from a sequence as long as a specified condition is false and then returns the element that satisfies the condition and the elements after.
(Defined by CollectionExtensions.) |
 | TakeFrom<(Of <<'(TItem>)>>)(TItem) | Overloaded.
Bypasses elements from a sequence as long as the element is not equal to the items in the sequence.
(Defined by CollectionExtensions.) |
 | TakeTo<(Of <<'(TItem>)>>)(Func<(Of <<'(TItem, Boolean>)>>)) | Overloaded.
Returns elements from a sequence as long as a specified condition is false. This method also returns the first element that satisfies the condition.
(Defined by CollectionExtensions.) |
 | TakeTo<(Of <<'(TItem>)>>)(TItem) | Overloaded.
Returns elements from a sequence as long as the sequence elements differs from the item.
(Defined by CollectionExtensions.) |
 | ToFunctionalList<(Of <<'(TItem>)>>) | (Defined by Functional.) |