Click or drag to resize
FlattenEnumerable Class
Container
Inheritance Hierarchy
SystemObject
  CMS.MacroEngineFlattenEnumerable

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
public class FlattenEnumerable : IEnumerable

The FlattenEnumerable type exposes the following members.

Constructors
  NameDescription
Public methodFlattenEnumerable
Constructor
Top
Methods
  NameDescription
Public methodGetEnumerator
Gets the enumerator of the items
Top
Extension Methods
  NameDescription
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