SynchronizedKeyedCollection<K, T>::Dictionary Property

 

Gets the dictionary associated with the collection.

Namespace:   System.Collections.Generic
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

protected:
property IDictionary<K, T>^ Dictionary {
	IDictionary<K, T>^ get();
}

Property Value

Type: System.Collections.Generic::IDictionary<K, T>^

The IDictionary<TKey, TValue> that contains the key-item pairs for the collection.

.NET Framework
Available since 3.0
Return to top
Show: