Show / Hide Table of Contents

    Class ClearedRangeEventArgs

    Inheritance
    System.Object
    ClearedEventArgs
    ClearedRangeEventArgs
    Inherited Members
    ClearedEventArgs.Full
    ClearedEventArgs.Count
    Namespace: Lucene.Net.Support.C5
    Assembly: Lucene.Net.dll
    Syntax
    public class ClearedRangeEventArgs : ClearedEventArgs

    Constructors

    | Improve this Doc View Source

    ClearedRangeEventArgs(Boolean, Int32, Nullable<Int32>)

    Declaration
    public ClearedRangeEventArgs(bool full, int count, int? start)
    Parameters
    Type Name Description
    System.Boolean full
    System.Int32 count
    System.Nullable<System.Int32> start

    Fields

    | Improve this Doc View Source

    Start

    Declaration
    public readonly int? Start
    Field Value
    Type Description
    System.Nullable<System.Int32>

    Methods

    | Improve this Doc View Source

    ToString()

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