Public Property CurrentKey As Object
public Object CurrentKey { get; set; }
public: property Object^ CurrentKey { Object^ get (); void set (Object^ value); }
function get_currentKey(); function set_currentKey(value);