Click or drag to resize

EnumerableExtensions Class

[This is preliminary documentation and is subject to change.]

Defines extensions for IEnumerableT
Inheritance Hierarchy
SystemObject
  CSInfrastructure.ExtensionsEnumerableExtensions

Namespace:  CSInfrastructure.Extensions
Assembly:  CSInfrastructure (in CSInfrastructure.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public static class EnumerableExtensions

The EnumerableExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConvertToStringT
Converts an IEnumerableT into a string, with each item separated by separator
Public methodStatic memberOfTypeT
Filters the objects in data based on the provided type
Top
See Also