Click or drag to resize
EnumerableWrapperTObject Class
Wrapper to make the given object purely enumerable
Inheritance Hierarchy
SystemObject
  CMS.DataEngineEnumerableWrapperTObject

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public class EnumerableWrapper<TObject> : IEnumerable<TObject>, 
	IEnumerable

Type Parameters

TObject

The EnumerableWrapperTObject type exposes the following members.

Constructors
Properties
  NameDescription
Public propertySource
Source data
Top
Extension Methods
See Also