LazyCollectionT Class

A 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 LazyCollection<T> : Lazy<ICollection<T>>, 
	ICollection<T>, IEnumerable<T>, IEnumerable, IReadOnlyCollection<T>, ICollection
Inheritance
Object    LazyICollectionT    LazyCollectionT
Implements
ICollectionT, IEnumerableT, IReadOnlyCollectionT, ICollection, IEnumerable

Type Parameters

T
The type of object kept in the collection

Constructors

LazyCollectionT Initializes a new instance of the LazyCollection class

Properties

Methods

See Also