'Declaration
<BrowsableAttribute(False)> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public Sub SetKey( _ ByVal key As Object _ )
'Usage
Dim instance As DictionaryEntry2 Dim key As Object instance.SetKey(key)
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] public void SetKey( object key )
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] public: void SetKey( Object^ key )
Parameters
- key
- The key to be set.
The value of this parameter can be
null
(Nothing
in Visual Basic).