Class ClearedRangeEventArgs
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 ClearedRangeEventArgs : ClearedEventArgs
Constructors
| Improve this Doc View SourceClearedRangeEventArgs(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 SourceStart
Declaration
public readonly int? Start
Field Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |