Retains only the elements in this set that are contained in the specified collection.
Namespace: Iesi.Collections.GenericAssembly: Iesi.Collections (in Iesi.Collections.dll) Version: 1.0.1.0 (3.2.0.4000)
Syntax
C# |
---|
public override bool RetainAll( ICollection<T> c ) |
Visual Basic |
---|
Public Overrides Function RetainAll ( _ c As ICollection(Of T) _ ) As Boolean |
Visual C++ |
---|
public: virtual bool RetainAll( ICollection<T>^ c ) override |
Parameters
- c
- Type: System.Collections.Generic..::..ICollection<(Of <(<'T>)>)>
Collection that defines the set of elements to be retained.