In This Topic
Syntax
'Declaration
<__DynamicallyInvokableAttribute()>
Protected ReadOnly Property Dictionary As System.Collections.Generic.IDictionary(Of TKey,TItem)
'Usage
Dim instance As DicomContextCollection
Dim value As System.Collections.Generic.IDictionary(Of TKey,TItem)
value = instance.Dictionary
[__DynamicallyInvokable()]
protected System.Collections.Generic.IDictionary<TKey,TItem> Dictionary {get;}
protected read-only property Dictionary: System.Collections.Generic.IDictionary;
__DynamicallyInvokableAttribute()
protected function get Dictionary : System.Collections.Generic.IDictionary
[__DynamicallyInvokable()]
protected: __property System.Collections.Generic.IDictionary<TKey*,TItem*>* get_Dictionary();
[__DynamicallyInvokable()]
protected:
property System.Collections.Generic.IDictionary<TKey^,TItem^>^ Dictionary {
System.Collections.Generic.IDictionary<TKey^,TItem^>^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also