VirtualCollectionTItems Property

Gets the wrapped underlying collection maintained by this VirtualCollectionT instance.

Definition

Namespace: KGySoft.Collections.ObjectModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
protected IList<T> Items { get; }

Property Value

IListT

See Also