public interface IMetaCollection<T> : IEnumerable<IList<T>>
Public Interface IMetaCollection(Of T)
Inherits IEnumerable(Of IList(Of T))
Dim instance As IMetaCollection(Of T)
generic<typename T>
public interface class IMetaCollection : IEnumerable<IList<T>^>
type IMetaCollection<'T> =
interface
interface IEnumerable<IList<'T>>
end
No code example is currently available or this language may not be supported.
Count | The count of items in the collection. This is not inherited from ICollection since this meta-collection cannot be extended by users. |
LowerIndex | The lower index of the meta-collection, which is the size of each output collection. |
Type | The type of the meta-collection, determining how the collections are determined from the inputs. |
UpperIndex | The upper index of the meta-collection, which is the size of the input collection. |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIListT) |
AppendIListT |
Appends an element to the end of the source collection.
(Defined by IEnumerableExtensions) |
AsReadOnlyIListT |
Returns a read-only ReadOnlyCollectionT wrapper
for the specified collection.
(Defined by IEnumerableExtensions) |
CountEmptyItemsIListT |
Counts the empty items of the source IEnumerableT.
(Defined by IEnumerableExtensions) |
CountNonEmptyItemsIListT |
Counts the non-empty items of the source IEnumerableT.
(Defined by IEnumerableExtensions) |
DistinctByIListT, TKey |
Returns distinct elements from a sequence by using a specified key selector and the default equality comparer to compare values.
(Defined by IEnumerableExtensions) |
DistinctByIListT, TKey |
Returns distinct elements from a sequence by using a specified key selector and equality comparer to compare values.
(Defined by IEnumerableExtensions) |
DuplicatesIListT |
Gets all the duplicated values of the source IEnumerableT.
(Defined by IEnumerableExtensions) |
ForEachIListT |
Performs the specified action on each element of the IEnumerableT.
(Defined by IEnumerableExtensions) |
GetRandomItemIListT |
Gets a random element from the source IEnumerableT.
(Defined by IEnumerableExtensions) |
GroupByIntoFirstElementIListT, TKey |
Groups the elements of a sequence according to a specified key selector function
and discards all the elements in each group except the first element.
(Defined by IEnumerableExtensions) |
GroupByIntoItemCountIListT, TKey |
Groups the elements of a sequence according to a specified key selector function
and returns a DictionaryTKey, TValue dictionary on which
{.key = element} and {.value = element count}.
(Defined by IEnumerableExtensions) |
GroupByIntoMaxNumberOfElementsIListT, TKey |
Groups the elements of a sequence according to a specified key selector function
and takes the specified amount of elements of each group.
(Defined by IEnumerableExtensions) |
IndexOfIListT |
Searches for the specified object pattern and returns the zero-based index of the first occurrence within the
entire IEnumerableT.
(Defined by IEnumerableExtensions) |
IndexOfIListT |
Searches for the specified object and returns the zero-based index of the first occurrence within the
entire IEnumerableT.
(Defined by IEnumerableExtensions) |
IndexOfIListT |
Searches for the specified object pattern and returns the zero-based index of the first occurrence within the
entire IEnumerableT.
(Defined by IEnumerableExtensions) |
IndexOfIListT |
Searches for the specified object and returns the zero-based index of the first occurrence within the
entire IEnumerableT.
(Defined by IEnumerableExtensions) |
IndexOfIListT |
Searches for the specified object pattern and returns the zero-based index of the first occurrence within the
entire IEnumerableT.
(Defined by IEnumerableExtensions) |
IndexOfIListT |
Searches for the specified object and returns the zero-based index of the first occurrence within the
entire IEnumerableT.
(Defined by IEnumerableExtensions) |
IndexOfAllIListT |
Searches for the specified object pattern and returns the zero-based indices of all the occurrence within the
entire IEnumerableT.
(Defined by IEnumerableExtensions) |
IndexOfAllIListT |
Searches for the specified object and returns the zero-based indices of all the occurrence within the
entire IEnumerableT.
(Defined by IEnumerableExtensions) |
IndexOfAllIListT |
Searches for the specified object pattern and returns the zero-based indices of all the occurrence within the
entire IEnumerableT.
(Defined by IEnumerableExtensions) |
IndexOfAllIListT |
Searches for the specified object and returns the zero-based indices of all the occurrence within the
entire IEnumerableT.
(Defined by IEnumerableExtensions) |
IndexOfAllIListT |
Searches for the specified object pattern and returns the zero-based indices of all the occurrence within the
entire IEnumerableT.
(Defined by IEnumerableExtensions) |
IndexOfAllIListT |
Searches for the specified object and returns the zero-based indices of all the occurrence within the
entire IEnumerableT.
(Defined by IEnumerableExtensions) |
PrependIListT |
Prepends an element to the start of the source collection.
(Defined by IEnumerableExtensions) |
RandomizeIListT |
Randomizes the elements of the source IEnumerableT.
(Defined by IEnumerableExtensions) |
RemoveDuplicatesIListT |
Removes duplicated values in the source IEnumerableT.
(Defined by IEnumerableExtensions) |
RemoveDuplicatesIListT |
Removes duplicated values in the source IEnumerableT.
(Defined by IEnumerableExtensions) |
RemoveSequenceIListT |
Searches for the specified pattern of elements in the source IEnumerableT
and removes any occurrences.
(Defined by IEnumerableExtensions) |
RemoveSequenceIListT |
Searches for the specified pattern of elements in the source IEnumerableT
and removes any occurrences.
(Defined by IEnumerableExtensions) |
RemoveSequenceIListT |
Searches for the specified pattern of elements in the source IEnumerableT
and removes any occurrences.
(Defined by IEnumerableExtensions) |
ReplaceSequenceIListT |
Searches for the specified pattern of elements in the source IEnumerableT
and replace any occurrences with the specified replacement.
(Defined by IEnumerableExtensions) |
ReplaceSequenceIListT |
Searches for the specified pattern of elements in the source IEnumerableT
and replace any occurrences with the specified replacement.
(Defined by IEnumerableExtensions) |
ReplaceSequenceIListT |
Searches for the specified pattern of elements in the source IEnumerableT
and replace any occurrences with the specified replacement.
(Defined by IEnumerableExtensions) |
SplitIntoNumberOfElementsIListT |
Splits the source IEnumerableT into secuences with the specified amount of elements.
(Defined by IEnumerableExtensions) |
SplitIntoNumberOfElementsIListT |
Splits the source IEnumerableT into secuences with the specified amount of elements.
(Defined by IEnumerableExtensions) |
SplitIntoPartsIListT |
Splits the source IEnumerableT into the specified amount of secuences.
(Defined by IEnumerableExtensions) |
TakeUntilIListT |
Returns elements from a sequence until a specified condition is true.
(Defined by IEnumerableExtensions) |
ToArrayIListT |
Creates an array from an IEnumerableT using the specified transform function.
(Defined by IEnumerableExtensions) |
ToHtmlTableIListT |
Generic approach to convert a IEnumerableT to an HTML table string representation.
(Defined by IEnumerableExtensions) |
ToListIListT |
Creates a ListT from an IEnumerableT using the specified transform function.
(Defined by IEnumerableExtensions) |
ToObservableCollectionIListT |
Creates a ObservableCollectionT from an IEnumerableT.
(Defined by IEnumerableExtensions) |
ToObservableCollectionIListT |
Creates a ObservableCollectionT from an IEnumerableT
using the specified transform function.
(Defined by IEnumerableExtensions) |
ToSortableObservableCollectionIListT |
Creates a SortableObservableCollectionT from an IEnumerableT.
(Defined by IEnumerableExtensions) |
ToSortableObservableCollectionIListT |
Creates a SortableObservableCollectionT from an IEnumerableT
using the specified transform function.
(Defined by IEnumerableExtensions) |
ToTreeStringIListT |
Transforms an array of string into a string with tree formatting.
(Defined by IEnumerableExtensions) |
UniqueDuplicatesIListT |
Gets the unique duplicated values of the source IEnumerableT.
(Defined by IEnumerableExtensions) |
UniquesIListT |
Gets the unique values of the source IEnumerableT.
(Defined by IEnumerableExtensions) |