Removes Unkeyed value that matches 'val'. NOTE: if the value that is passed to be removed has to keys, one which was inserted with a key, and another without it, then it may be possible that the keyed value is removed if it is first in the order.


Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Function RemoveUnkeyedObject( _ 
   ByVal val As Object _ 
) As Boolean
C#
public bool RemoveUnkeyedObject(
   object val
)
C++
public:
 bool RemoveUnkeyedObject(
   Object val
) sealed 
J#
public bool RemoveUnkeyedObject(
   object val
)
JScript
public  function RemoveUnkeyedObject(
   val : Object
) : bool

See Also