LanguageCharacteristics<TTokenizer,TSymbol,TSymbolType>.TokenizeString Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
TokenizeString(String)
public:
virtual System::Collections::Generic::IEnumerable<TSymbol> ^ TokenizeString(System::String ^ content);
public virtual System.Collections.Generic.IEnumerable<TSymbol> TokenizeString(string content);
abstract member TokenizeString : string -> seq<'Symbol (requires 'Symbol :> Microsoft.AspNetCore.Razor.Tokenizer.Symbols.SymbolBase<'SymbolType>)>
override this.TokenizeString : string -> seq<'Symbol (requires 'Symbol :> Microsoft.AspNetCore.Razor.Tokenizer.Symbols.SymbolBase<'SymbolType>)>
Public Overridable Function TokenizeString (content As String) As IEnumerable(Of TSymbol)
Parameter
- content
- String
Gibt zurück
Gilt für:
TokenizeString(SourceLocation, String)
public:
virtual System::Collections::Generic::IEnumerable<TSymbol> ^ TokenizeString(Microsoft::AspNetCore::Razor::SourceLocation start, System::String ^ input);
public virtual System.Collections.Generic.IEnumerable<TSymbol> TokenizeString(Microsoft.AspNetCore.Razor.SourceLocation start, string input);
abstract member TokenizeString : Microsoft.AspNetCore.Razor.SourceLocation * string -> seq<'Symbol (requires 'Symbol :> Microsoft.AspNetCore.Razor.Tokenizer.Symbols.SymbolBase<'SymbolType>)>
override this.TokenizeString : Microsoft.AspNetCore.Razor.SourceLocation * string -> seq<'Symbol (requires 'Symbol :> Microsoft.AspNetCore.Razor.Tokenizer.Symbols.SymbolBase<'SymbolType>)>
Public Iterator Overridable Function TokenizeString (start As SourceLocation, input As String) As IEnumerable(Of TSymbol)
Parameter
- start
- SourceLocation
- input
- String