NDesk.Options Namespace > OptionSet Class : Dictionary Property |
'Declaration
<__DynamicallyInvokableAttribute()> Protected ReadOnly Property Dictionary As System.Collections.Generic.IDictionary(Of String,Option)
'Usage
Dim instance As OptionSet Dim value As System.Collections.Generic.IDictionary(Of String,Option) value = instance.Dictionary
[__DynamicallyInvokable()] protected System.Collections.Generic.IDictionary<string,Option> 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<string*,Option*>* get_Dictionary();
[__DynamicallyInvokable()] protected: property System.Collections.Generic.IDictionary<String^,Option^>^ Dictionary { System.Collections.Generic.IDictionary<String^,Option^>^ get(); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2