Show / Hide Table of Contents

    Class CollectionValueBase<T>.RaiseForRemoveAllHandler

    Inheritance
    System.Object
    CollectionValueBase<T>.RaiseForRemoveAllHandler
    Namespace: Lucene.Net.Support.C5
    Assembly: Lucene.Net.dll
    Syntax
    protected class RaiseForRemoveAllHandler : object

    Constructors

    | Improve this Doc View Source

    RaiseForRemoveAllHandler(CollectionValueBase<T>)

    Declaration
    public RaiseForRemoveAllHandler(CollectionValueBase<T> collection)
    Parameters
    Type Name Description
    CollectionValueBase<T> collection

    Fields

    | Improve this Doc View Source

    MustFire

    Declaration
    public readonly bool MustFire
    Field Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    Raise()

    Declaration
    public void Raise()
    | Improve this Doc View Source

    Remove(T)

    Declaration
    public void Remove(T item)
    Parameters
    Type Name Description
    T item
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)