Show / Hide Table of Contents

    Class ItemCountEventArgs<T>

    Inheritance
    System.Object
    System.EventArgs
    ItemCountEventArgs<T>
    Inherited Members
    System.EventArgs.Empty
    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)
    Namespace: Lucene.Net.Support.C5
    Assembly: Lucene.Net.dll
    Syntax
    public class ItemCountEventArgs<T> : EventArgs
    Type Parameters
    Name Description
    T

    Constructors

    | Improve this Doc View Source

    ItemCountEventArgs(T, Int32)

    Declaration
    public ItemCountEventArgs(T item, int count)
    Parameters
    Type Name Description
    T item
    System.Int32 count

    Fields

    | Improve this Doc View Source

    Count

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

    Item

    Declaration
    public readonly T Item
    Field Value
    Type Description
    T

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Extension Methods

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