LazyCollectionT Class
A collection that will self-populate on first access
Namespace: Ignition.Utility.CollectionsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public class LazyCollection<T> : Lazy<ICollection<T>>,
ICollection<T>, IEnumerable<T>, IEnumerable, IReadOnlyCollection<T>, ICollection
Public Class LazyCollection(Of T)
Inherits Lazy(Of ICollection(Of T))
Implements ICollection(Of T), IEnumerable(Of T),
IEnumerable, IReadOnlyCollection(Of T), ICollection
generic<typename T>
public ref class LazyCollection : public Lazy<ICollection<T>^>,
ICollection<T>, IEnumerable<T>, IEnumerable, IReadOnlyCollection<T>, ICollection
type LazyCollection<'T> =
class
inherit Lazy<ICollection<'T>>
interface ICollection<'T>
interface IEnumerable<'T>
interface IEnumerable
interface IReadOnlyCollection<'T>
interface ICollection
end
- Inheritance
- Object LazyICollectionT LazyCollectionT
- Implements
- ICollectionT, IEnumerableT, IReadOnlyCollectionT, ICollection, IEnumerable
Type Parameters
- T
- The type of object kept in the collection