AddRange<ModuleList>(IEnumerable<ModuleList>) |
void |
Adds a range of values to a collection.
|
AddRange<ModuleList>(ModuleList[]) |
void |
Adds a range of values to a collection.
|
Concat<ModuleList>(ModuleList) |
IEnumerable<T> |
|
ForEachDocument() |
ForEachDocument |
|
GetNext<ModuleList>(ModuleList, IEqualityComparer<ModuleList>) |
T |
|
GetNext<ModuleList>(ModuleList) |
T |
|
GetPrevious<ModuleList>(ModuleList, IEqualityComparer<ModuleList>) |
T |
|
GetPrevious<ModuleList>(ModuleList) |
T |
|
GroupByMany<ModuleList, TKey, TElement>(Func<ModuleList, IEnumerable<TKey>>, Func<ModuleList, TElement>, IEqualityComparer<TKey>) |
IEnumerable<IGrouping<TKey, TElement>> |
Groups the elements of a sequence according to a specified key selector function
that returns a sequence of keys.
The keys are compared by using a comparer and each group's elements
are projected by using a specified function.
|
GroupByMany<ModuleList, TKey, TElement>(Func<ModuleList, IEnumerable<TKey>>, Func<ModuleList, TElement>) |
IEnumerable<IGrouping<TKey, TElement>> |
Groups the elements of a sequence according to a specified key selector function
that returns a sequence of keys
and projects the elements for each group by using a specified function.
|
GroupByMany<ModuleList, TKey>(Func<ModuleList, IEnumerable<TKey>>, IEqualityComparer<TKey>) |
IEnumerable<IGrouping<TKey, TSource>> |
Groups the elements of a sequence according to a specified key selector function
that returns a sequence of keys
and compares the keys by using a specified comparer.
|
GroupByMany<ModuleList, TKey>(Func<ModuleList, IEnumerable<TKey>>) |
IEnumerable<IGrouping<TKey, TSource>> |
Groups the elements of a sequence according to a specified key selector function
that returns a sequence of keys.
|
GroupByManyToMany<ModuleList, TKey, TElement>(Func<ModuleList, IEnumerable<TKey>>, Func<ModuleList, IEnumerable<TElement>>, IEqualityComparer<TKey>) |
IEnumerable<IGrouping<TKey, TElement>> |
Groups the elements of a sequence according to a specified key selector function
that returns a sequence of keys.
The keys are compared by using a comparer and each group's elements
are projected by using a specified function
that returns a sequence of elements.
|
GroupByManyToMany<ModuleList, TKey, TElement>(Func<ModuleList, IEnumerable<TKey>>, Func<ModuleList, IEnumerable<TElement>>) |
IEnumerable<IGrouping<TKey, TElement>> |
Groups the elements of a sequence according to a specified key selector function
that returns a sequence of keys
and projects the elements for each group by using a specified function
that returns a sequence of elements.
|
ParallelForEachAsync<ModuleList>(Func<ModuleList, Task>, CancellationToken) |
Task |
|
ParallelSelectAsync<ModuleList, TResult>(Func<ModuleList, Task<TResult>>, CancellationToken) |
Task<IEnumerable<TResult>> |
Invokes an async selector in parallel.
|
ParallelSelectManyAsync<ModuleList, TResult>(Func<ModuleList, Task<IEnumerable<TResult>>>, CancellationToken) |
Task<IEnumerable<TResult>> |
Invokes an async selector that returns multiple results in parallel.
|
ParallelWhereAsync<ModuleList>(Func<ModuleList, Task<bool>>, CancellationToken) |
Task<IEnumerable<TSource>> |
|
RemoveAll<ModuleList>(Func<ModuleList, bool>) |
int |
Removes all items that match a predicate from a collection.
|
StartsWith<ModuleList>(IEnumerable<ModuleList>, IEqualityComparer<ModuleList>) |
bool |
Determines whether the items starts with the specified values.
|
StartsWith<ModuleList>(IEnumerable<ModuleList>) |
bool |
Determines whether the items starts with the specified values.
|
ThrowIfNull<ExecuteBranch>(string) |
T |
|
ToDocument<ExecuteBranch>(IContentProvider) |
IDocument |
|
ToDocument<ExecuteBranch>(IEnumerable<KeyValuePair<string, object>>, IContentProvider) |
IDocument |
|
ToDocument<ExecuteBranch>(NormalizedPath, IContentProvider) |
IDocument |
|
ToDocument<ExecuteBranch>(NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider) |
IDocument |
|
ToDocument<ExecuteBranch>(NormalizedPath, NormalizedPath, IContentProvider) |
IDocument |
|
ToDocument<ExecuteBranch>(NormalizedPath, NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider) |
IDocument |
|
ToDocuments<ModuleList>(Func<ModuleList, IContentProvider>) |
IEnumerable<IDocument> |
|
ToDocuments<ModuleList>(Func<ModuleList, IEnumerable<KeyValuePair<string, object>>>, Func<ModuleList, IContentProvider>) |
IEnumerable<IDocument> |
|
ToDocuments<ModuleList>(Func<ModuleList, NormalizedPath>, Func<ModuleList, IContentProvider>) |
IEnumerable<IDocument> |
|
ToDocuments<ModuleList>(Func<ModuleList, NormalizedPath>, Func<ModuleList, IEnumerable<KeyValuePair<string, object>>>, Func<ModuleList, IContentProvider>) |
IEnumerable<IDocument> |
|
ToDocuments<ModuleList>(Func<ModuleList, NormalizedPath>, Func<ModuleList, NormalizedPath>, Func<ModuleList, IContentProvider>) |
IEnumerable<IDocument> |
|
ToDocuments<ModuleList>(Func<ModuleList, NormalizedPath>, Func<ModuleList, NormalizedPath>, Func<ModuleList, IEnumerable<KeyValuePair<string, object>>>, Func<ModuleList, IContentProvider>) |
IEnumerable<IDocument> |
|
ToLookupMany<ModuleList, TKey, TElement>(Func<ModuleList, IEnumerable<TKey>>, Func<ModuleList, TElement>, IEqualityComparer<TKey>) |
ILookup<TKey, TElement> |
Creates a lookup from a sequence according to a specified key selector function
that returns a sequence of keys.
The keys are compared by using a comparer and each group's elements
are projected by using a specified function.
|
ToLookupMany<ModuleList, TKey, TElement>(Func<ModuleList, IEnumerable<TKey>>, Func<ModuleList, TElement>) |
ILookup<TKey, TElement> |
Creates a lookup from a sequence according to a specified key selector function
that returns a sequence of keys
and projects the elements for each group by using a specified function.
|
ToLookupMany<ModuleList, TKey>(Func<ModuleList, IEnumerable<TKey>>, IEqualityComparer<TKey>) |
ILookup<TKey, TSource> |
Creates a lookup from a sequence according to a specified key selector function
that returns a sequence of keys
and compares the keys by using a specified comparer.
|
ToLookupMany<ModuleList, TKey>(Func<ModuleList, IEnumerable<TKey>>) |
ILookup<TKey, TSource> |
Creates a lookup from a sequence according to a specified key selector function
that returns a sequence of keys.
|
ToLookupManyToMany<ModuleList, TKey, TElement>(Func<ModuleList, IEnumerable<TKey>>, Func<ModuleList, IEnumerable<TElement>>, IEqualityComparer<TKey>) |
ILookup<TKey, TElement> |
Creates a lookup from a sequence according to a specified key selector function
that returns a sequence of keys.
The keys are compared by using a comparer and each group's elements
are projected by using a specified function
that returns a sequence of elements.
|
ToLookupManyToMany<ModuleList, TKey, TElement>(Func<ModuleList, IEnumerable<TKey>>, Func<ModuleList, IEnumerable<TElement>>) |
ILookup<TKey, TElement> |
Creates a lookup from a sequence according to a specified key selector function
that returns a sequence of keys
and projects the elements for each group by using a specified function
that returns a sequence of elements.
|
ToStringTable<ModuleList>(string[], Func<ModuleList, object>[]) |
string |
|