Initializes a new instance of the TypeAttributeImpl class

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

Syntax

C#
public TypeAttributeImpl(
	string type
)
Visual Basic
Public Sub New ( _
	type As String _
)
Visual C++
public:
TypeAttributeImpl(
	String^ type
)

Parameters

type
Type: System..::..String

[Missing <param name="type"/> documentation for "M:Lucene.Net.Analysis.Tokenattributes.TypeAttributeImpl.#ctor(System.String)"]

See Also