Click or drag to resize

LazyCollectionT Constructor

Initializes a new instance of the LazyCollection class

Namespace: Ignition.Utility.Collections
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public LazyCollection(
	Func<ICollection<T>> valueFactory
)

Parameters

valueFactory  FuncICollectionT
Factory used to populate the LazyCollection with its initial values upon first access
See Also