Class SetExtensions
Inheritance
System.Object
SetExtensions
Namespace: Lucene.Net.Support
Assembly: Lucene.Net.dll
Syntax
public static class SetExtensions : object
Methods
| Improve this Doc View SourceRemoveAll<T>(ICollection<T>, IEnumerable<T>)
Declaration
public static void RemoveAll<T>(this ICollection<T> theSet, IEnumerable<T> removeList)
Parameters
Type | Name | Description |
---|---|---|
ICollection<T> | theSet | |
IEnumerable<T> | removeList |
Type Parameters
Name | Description |
---|---|
T |