Removes the key from hash and list
Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function RemoveKey( _ ByVal key As Object _ ) As Boolean |
C# |
---|
public bool RemoveKey( object key ) |
C++ |
---|
public: bool RemoveKey( Object key ) sealed |
J# |
---|
public bool RemoveKey( object key ) |
JScript |
---|
public
function RemoveKey( key : Object ) : bool |
Parameters
- key
Return Value
returns false if key not found in has or true on success