Click or drag to resize

LazyCollectionT Class

A collection that will self-populate on first access
Inheritance Hierarchy
SystemObject
  SystemLazyICollectionT
    Ignition.Utility.CollectionsLazyCollectionT

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

Type Parameters

T
The type of object kept in the collection

The LazyCollectionT type exposes the following members.

Constructors
 NameDescription
Public methodLazyCollectionT Initializes a new instance of the LazyCollection class
Top
Properties
 NameDescription
Public propertyCount 
Public propertyIsReadOnly 
Top
Methods
See Also