Initializes a new instance of the AnalyticsLexer class

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

C#
public AnalyticsLexer(
	TextReader r
)
Visual Basic
Public Sub New ( _
	r As TextReader _
)
Visual C++
public:
AnalyticsLexer(
	TextReader^ r
)

Parameters

r
Type: System.IO..::..TextReader

See Also