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