Click or drag to resize
EnumerableWrapper<TObject> Methods

The EnumerableWrapper< TObject> generic type exposes the following members.

Extension Methods
  NameDescription
Public Extension MethodBatch<TObject>
Returns input in batches of batchSize size.
(Defined by BaseExtensions.)
Public Extension MethodToHashSet<TObject>
Converts the list of objects to a hash set of distinct values
(Defined by DataExtensions.)
Public Extension MethodToJSON
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Public Extension MethodToXML
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Top
See Also