CSharpLanguageCharacteristics.CreateTokenizer(ITextDocument) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
override Microsoft::AspNetCore::Razor::Tokenizer::Internal::CSharpTokenizer ^ CreateTokenizer(Microsoft::AspNetCore::Razor::Text::ITextDocument ^ source);
public override Microsoft.AspNetCore.Razor.Tokenizer.Internal.CSharpTokenizer CreateTokenizer (Microsoft.AspNetCore.Razor.Text.ITextDocument source);
override this.CreateTokenizer : Microsoft.AspNetCore.Razor.Text.ITextDocument -> Microsoft.AspNetCore.Razor.Tokenizer.Internal.CSharpTokenizer
Public Overrides Function CreateTokenizer (source As ITextDocument) As CSharpTokenizer
Parameters
- source
- ITextDocument
Returns
Microsoft.AspNetCore.Razor.Tokenizer.Internal.CSharpTokenizer