DictionarySerializer<K,V>.Dictionary Property

Definition

public:
 property System::Collections::Generic::IDictionary<K, V> ^ Dictionary { System::Collections::Generic::IDictionary<K, V> ^ get(); };
public System.Collections.Generic.IDictionary<K,V> Dictionary { get; }
member this.Dictionary : System.Collections.Generic.IDictionary<'K, 'V>
Public ReadOnly Property Dictionary As IDictionary(Of K, V)

Property Value

IDictionary<K,V>

Applies to