Show / Hide Table of Contents

    Class ClearedEventArgs

    Inheritance
    System.Object
    ClearedEventArgs
    ClearedRangeEventArgs
    Namespace: Lucene.Net.Support.C5
    Assembly: Lucene.Net.dll
    Syntax
    public class ClearedEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    ClearedEventArgs(Boolean, Int32)

    Declaration
    public ClearedEventArgs(bool full, int count)
    Parameters
    Type Name Description
    System.Boolean full

    True if the operation cleared all of the collection

    System.Int32 count

    The number of items removed by the clear.

    Fields

    | Improve this Doc View Source

    Count

    Declaration
    public readonly int Count
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Full

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

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)