Remove a keyed object from the list. Unkeyed objects can be removed from the list using a HashedListCursor.
Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Remove( _ ByVal key As Object _ ) _ Implements IDictionary.Remove |
C# |
---|
public void Remove( object key ) |
C++ |
---|
public: void Remove( Object key ) sealed |
J# |
---|
public void Remove( object key ) |
JScript |
---|
public
function Remove( key : Object ) |