CSharpTokenizer Constructor

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the CSharpTokenizer class.

Namespace:  System.Web.Razor.Tokenizer
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

'Declaration
Public Sub New ( _
	source As ITextDocument _
)
'Usage
Dim source As ITextDocument 

Dim instance As New CSharpTokenizer(source)

Parameters

source
Type: System.Web.Razor.Text.ITextDocument
The source.
Show: