Class ItemCountEventArgs<T>
Inheritance
System.Object
ItemCountEventArgs<T>
Assembly: Lucene.Net.dll
Syntax
public class ItemCountEventArgs<T> : EventArgs
Type Parameters
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
Field Value
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|