Class CollectionValueBase<T>.RaiseForRemoveAllHandler
Inheritance
System.Object
CollectionValueBase<T>.RaiseForRemoveAllHandler
Assembly: Lucene.Net.dll
Syntax
protected class RaiseForRemoveAllHandler : object
Constructors
|
Improve this Doc
View Source
RaiseForRemoveAllHandler(CollectionValueBase<T>)
Declaration
public RaiseForRemoveAllHandler(CollectionValueBase<T> collection)
Parameters
Fields
|
Improve this Doc
View Source
MustFire
Declaration
public readonly bool MustFire
Field Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
Raise()
Declaration
|
Improve this Doc
View Source
Remove(T)
Declaration
public void Remove(T item)
Parameters
Type |
Name |
Description |
T |
item |
|