Class ItemAtEventArgs<T>
Inheritance
System.Object
ItemAtEventArgs<T>
Assembly: Lucene.Net.dll
Syntax
public class ItemAtEventArgs<T> : EventArgs
Type Parameters
Constructors
|
Improve this Doc
View Source
ItemAtEventArgs(T, Int32)
Declaration
public ItemAtEventArgs(T item, int index)
Parameters
Type |
Name |
Description |
T |
item |
|
System.Int32 |
index |
|
Fields
|
Improve this Doc
View Source
Index
Declaration
public readonly int Index
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 |
|