Removes an element associated with specified key.
[Visual Basic .NET] |
---|
Public Function RemoveKey( _ ByVal Key As String _ ) As Boolean |
[C#] |
---|
public bool RemoveKey( string Key ); |
[Managed C++] |
---|
public: bool RemoveKey( String __gc ^ Key ); |
[Java] |
---|
public bool removeKey( String Key ); |
[Python - STK API ] |
---|
def RemoveKey(self, Key:str) -> bool: |
- Key