Click or drag to resize

LazyEnumerableT Class

An enumerable collection that will self-populate on first access
Inheritance Hierarchy
SystemObject
  SystemLazyIEnumerableT
    Ignition.Utility.CollectionsLazyEnumerableT

Namespace: Ignition.Utility.Collections
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class LazyEnumerable<T> : Lazy<IEnumerable<T>>, 
	IEnumerable<T>, IEnumerable

Type Parameters

T
Type of object kept in the collection

The LazyEnumerableT type exposes the following members.

Constructors
 NameDescription
Public methodLazyEnumerableT Initializes a new instance of the LazyEnumerable class
Top
Methods
 NameDescription
Public methodGetEnumerator 
Top
See Also