Class CollectionValueBase<T>.RaiseForRemoveAllHandler
Inheritance
System.Object
CollectionValueBase<T>.RaiseForRemoveAllHandler
Inherited Members
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)
System.Object.ToString()
Namespace: Lucene.Net.Support.C5
Assembly: Lucene.Net.dll
Syntax
protected class RaiseForRemoveAllHandler
Constructors
| Improve this Doc View SourceRaiseForRemoveAllHandler(CollectionValueBase<T>)
Declaration
public RaiseForRemoveAllHandler(CollectionValueBase<T> collection)
Parameters
Type | Name | Description |
---|---|---|
CollectionValueBase<T> | collection |
Fields
| Improve this Doc View SourceMustFire
Declaration
public readonly bool MustFire
Field Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceRaise()
Declaration
public void Raise()
Remove(T)
Declaration
public void Remove(T item)
Parameters
Type | Name | Description |
---|---|---|
T | item |