This class holds the state of an AttributeSource.

Namespace: Lucene.Net.Util
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public sealed class State : ICloneable
Visual Basic
Public NotInheritable Class State _
	Implements ICloneable
Visual C++
public ref class State sealed : ICloneable

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Util..::..AttributeSource..::..State

See Also