Clears the values in this AttributeImpl and resets it to its
default value. If this implementation implements more than one Attribute interface
it clears all.
Namespace: Lucene.Net.UtilAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
public abstract void Clear() |
| Visual Basic |
|---|
Public MustOverride Sub Clear |
| Visual C++ |
|---|
public: virtual void Clear() abstract |