ReadOnlyCollectionTItems Property

CVB.Net Documentation
Gets the collection this ReadOnlyCollection wraps.

Namespace:  Stemmer.Cvb.Collections.Generic
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

protected ICollection<T> Items { get; }

Property Value

Type: ICollectionT
See Also

Reference