Removes the value from the list


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

Syntax

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

Parameters

val

See Also