ObservableCollectionExtended<(Of <(<'T>)>)>..::..ReadOnlyWrapper Property

Returns a read-only wrapper around this collection.

Namespace:  Tortuga.Anchor.Collections
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public ReadOnlyObservableCollectionExtended<T> ReadOnlyWrapper { get; }
Public ReadOnly Property ReadOnlyWrapper As ReadOnlyObservableCollectionExtended(Of T)
	Get

Remarks


If sub classing this class then it may be useful to shadow ReadOnlyWrapper method with one that returns a subclass of ReadOnlyObservableCollectionExtended.