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