Linq.Extras Namespace |
Class | Description | |
---|---|---|
![]() | Infer |
Provides helper methods to create functions and expression trees from lambda expressions, by taking advantage of generic type inference.
|
![]() | XComparer |
Provides extension and helper methods to create, combine and work with comparers.
|
![]() | XComparerT |
Provides helper methods to create comparers by taking advantage of generic type inference
|
![]() | XEnumerable |
Provides extension and helper methods to work with sequences.
|
![]() | XEqualityComparer |
Provides extension and helper methods to create and work with equality comparers.
|
![]() | XEqualityComparerT |
Provides a helper method to create equality comparers by taking advantage of generic type inference
|
![]() | XList |
Provides extension methods for working with lists.
|
Structure | Description | |
---|---|---|
![]() | ItemWithIndexT |
Represents an element associated with its index in a sequence.
|
![]() | XEnumerableWithIndexArrayEnumerableTSource |
A sequence of elements associated with their index, optimized for the case when the underlying collection is an array.
|
![]() | XEnumerableWithIndexArrayEnumerableTSourceEnumerator |
Enumerates the elements of a XEnumerableWithIndexArrayEnumerableTSource.
|
![]() | XEnumerableWithIndexEnumerableTSource |
A sequence of elements associated with their index.
|
![]() | XEnumerableWithIndexEnumerableTSourceEnumerator |
Enumerates the elements of a XEnumerableWithIndexEnumerableTSource.
|
![]() | XEnumerableWithIndexListEnumerableTSource |
A sequence of elements associated with their index, optimized for the case when the underlying collection is a ListT.
|
![]() | XEnumerableWithIndexListEnumerableTSourceEnumerator |
Enumerates the elements of a XEnumerableWithIndexListEnumerableTSource.
|
Interface | Description | |
---|---|---|
![]() | INodeT |
Represents a node in a hierarchy.
|
Enumeration | Description | |
---|---|---|
![]() | TreeTraversalMode |
Defines the possible traversal orders when traversing a hierarchy of objects.
|