Class ClearedEventArgs
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 ClearedEventArgs : EventArgs
Constructors
| Improve this Doc View SourceClearedEventArgs(Boolean, Int32)
Declaration
public ClearedEventArgs(bool full, int count)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | full | True if the operation cleared all of the collection |
System.Int32 | count | The number of items removed by the clear. |
Fields
| Improve this Doc View SourceCount
Declaration
public readonly int Count
Field Value
Type | Description |
---|---|
System.Int32 |
Full
Declaration
public readonly bool Full
Field Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()