Method RetainAll
RetainAll(Collections.Generic.IEnumerable<T>)
Remove all items not in a supplied collection from this set.
Declaration
public virtual void RetainAll(Collections.Generic.IEnumerable<T> items)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<T> | items | The items to retain |