MultiValueDictionary<(Of <(<'TKey, TValue>)>)>..::..ReadOnlyWrapper Property

Returns a read-only wrapper around this collection.

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

Syntax


public ReadOnlyMultiValueDictionary<TKey, TValue> ReadOnlyWrapper { get; }
Public ReadOnly Property ReadOnlyWrapper As ReadOnlyMultiValueDictionary(Of TKey, TValue)
	Get

Remarks


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