Class ClearedRangeEventArgs
Inheritance
System.Object
ClearedRangeEventArgs
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