()
Public Member Functions | |
DictionaryElement (System::IntPtr unmanaged, System::Boolean autoDelete) | |
Constructs an elemnet based on an unmanaged instance of the object. | |
DictionaryElement (System::String *name, System::String *value) | |
Constructs a new empty dictionary element. | |
__property System::Boolean | get_CanSetName () |
Indicates whether the name of the DictionaryElement can be changed once it has been created. | |
__property String * | get_Name () |
Gets the name of this dictionary element. | |
__property System::String * | get_Value () |
Gets the value of this dictionary element. | |
__property System::Void | set_Value (String *value) |
Sets the value of this dictionary element. |