LazyEnumerable<T> Class

An enumerable collection that will self-populate on first access

Definition

Namespace: Ignition.Utility.Collections
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public class LazyEnumerable<T> : Lazy<IEnumerable<T>>, 
	IEnumerable<T>, IEnumerable
Inheritance
Object    Lazy<IEnumerable<T>>    LazyEnumerable<T>
Implements
IEnumerable<T>, IEnumerable

Type Parameters

T
Type of object kept in the collection

Constructors

LazyEnumerable<T> Initializes a new instance of the LazyEnumerable class

Methods

See Also