Set the lexical type.

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

Syntax

C#
public virtual void SetType(
	string type
)
Visual Basic
Public Overridable Sub SetType ( _
	type As String _
)
Visual C++
public:
virtual void SetType(
	String^ type
)

Parameters

type
Type: System..::..String

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

Implements

TypeAttribute..::..SetType(String)

See Also