TEnumerable Class
Represents type TEnumerable
.
Spring.Collections.TEnumerable
The TEnumerable type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Distinct<T>(IEnumerable<T>) | Overloaded. Represents method |
![]() ![]() | Distinct<T>(IEnumerable<T>,IEqualityComparer) | Overloaded. Represents method |
![]() ![]() | DistinctBy<T,TKey>(IEnumerable<T>,TFunc) | Overloaded. Represents method |
![]() ![]() | DistinctBy<T,TKey>(IEnumerable<T>,TFunc,IEqualityComparer) | Overloaded. Represents method |
![]() ![]() | Empty<T> | Returns an empty IEnumerable<T> that has the specified type argument. |
![]() ![]() | From<T>(TArray) | Overloaded. Represents method |
![]() ![]() | From<T>(TEnumerable) | Overloaded. Represents method |
![]() ![]() | From<T>(T[]) | Overloaded. Represents method |
![]() ![]() | GroupBy<T,TKey,TElement,TResult>(IEnumerable<T>,TFunc,TFunc,TFunc) | Overloaded. Represents method |
![]() ![]() | GroupBy<T,TKey,TElement>(IEnumerable<T>,TFunc,TFunc) | Overloaded. Represents method |
![]() ![]() | GroupBy<T,TKey>(IEnumerable<T>,TFunc) | Overloaded. Represents method |
![]() ![]() | Max<T>(IEnumerable<T>,TFunc) | Overloaded. Represents method |
![]() ![]() | Min<T>(IEnumerable<T>,TFunc) | Overloaded. Represents method |
![]() ![]() | OfType<T,TResult>(IEnumerable<T>) | Represents method |
![]() ![]() | OrderBy<T,TKey>(IEnumerable<T>,TFunc) | Overloaded. Represents method |
![]() ![]() | OrderBy<T,TKey>(IEnumerable<T>,TFunc,IComparer) | Overloaded. Represents method |
![]() ![]() | OrderByDescending<T,TKey>(IEnumerable<T>,TFunc) | Overloaded. Represents method |
![]() ![]() | OrderByDescending<T,TKey>(IEnumerable<T>,TFunc,IComparer) | Overloaded. Represents method |
![]() ![]() | Range(Integer,Integer) | Represents method |
![]() ![]() | Repeated<T>(T,Integer) | Represents method |
![]() ![]() | Select<T,TResult>(IEnumerable<T>,TFunc) | Overloaded. Represents method |
![]() ![]() | SelectMany<T,TResult>(IEnumerable<T>,TFunc) | Overloaded. Represents method |
![]() ![]() | ToLookup<T,TKey>(IEnumerable<T>,TFunc) | Overloaded. Represents method |
![]() ![]() | Union<T>(IEnumerable<T>,IEnumerable<T>) | Represents method |