Retain only elements contained in another collection.


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

Syntax

Visual Basic (Declaration)
Public Function RetainAll( _ 
   ByVal c As IDictionary _ 
) As Boolean
C#
public bool RetainAll(
   IDictionary c
)
C++
public:
 bool RetainAll(
   IDictionary c
) sealed 
J#
public bool RetainAll(
   IDictionary c
)
JScript
public  function RetainAll(
   c : IDictionary
) : bool

See Also