Show / Hide Table of Contents

    Class CollectionValueBase<T>.RaiseForRemoveAllHandler

    Inheritance
    System.Object
    CollectionValueBase<T>.RaiseForRemoveAllHandler
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Support.C5
    Assembly: Lucene.Net.dll
    Syntax
    protected class RaiseForRemoveAllHandler

    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

    Extension Methods

    Number.IsNumber(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)