INamedEnumerable<T> Methods |
The INamedEnumerable< T> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetObjectName |
Returns the name of the given object
(Inherited from INamedEnumerable.) |
Name | Description | |
---|---|---|
![]() | Batch<T> |
Returns input in batches of batchSize size.
(Defined by BaseExtensions.) |
![]() | GetNamedEnumerator<T> |
Name enumerator over a collection
(Defined by DataExtensions.) |
![]() | ToHashSet<T> |
Converts the list of objects to a hash set of distinct values
(Defined by DataExtensions.) |
![]() | ToJSON |
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.) |
![]() | ToXML |
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.) |