Remove all the elements that are found in another collection.
Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function RemoveAll( _ ByVal c As IDictionary _ ) As Boolean |
C# |
---|
public bool RemoveAll( IDictionary c ) |
C++ |
---|
public: bool RemoveAll( IDictionary c ) sealed |
J# |
---|
public bool RemoveAll( IDictionary c ) |
JScript |
---|
public
function RemoveAll( c : IDictionary ) : bool |