Class ItemAtEventArgs<T>
Inheritance
System.Object
System.EventArgs
ItemAtEventArgs<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 ItemAtEventArgs<T> : EventArgs
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Improve this Doc View SourceItemAtEventArgs(T, Int32)
Declaration
public ItemAtEventArgs(T item, int index)
Parameters
Type | Name | Description |
---|---|---|
T | item | |
System.Int32 | index |
Fields
| Improve this Doc View SourceIndex
Declaration
public readonly int Index
Field Value
Type | Description |
---|---|
System.Int32 |
Item
Declaration
public readonly T Item
Field Value
Type | Description |
---|---|
T |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()