Show / Hide Table of Contents

    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 Source

    RemoveAll<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
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)