IReadOnlyKeyedList<TKey,TValue>.Dictionary Property

Definition

public System.Collections.Generic.IReadOnlyDictionary<TKey,TValue> Dictionary { get; }
member this.Dictionary : System.Collections.Generic.IReadOnlyDictionary<'Key, 'Value>
Public ReadOnly Property Dictionary As IReadOnlyDictionary(Of TKey, TValue)

Property Value

IReadOnlyDictionary<TKey,TValue>

Applies to