TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.NextIs 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
NextIs(Func<TSymbol,Boolean>) | |
NextIs(TSymbolType) | |
NextIs(TSymbolType[]) |
NextIs(Func<TSymbol,Boolean>)
protected public:
bool NextIs(Func<TSymbol, bool> ^ condition);
protected internal bool NextIs (Func<TSymbol,bool> condition);
member this.NextIs : Func<'Symbol, bool (requires 'Symbol :> Microsoft.AspNetCore.Razor.Tokenizer.Symbols.SymbolBase<'SymbolType>)> -> bool
Protected Friend Function NextIs (condition As Func(Of TSymbol, Boolean)) As Boolean
Parameter
Gibt zurück
Gilt für:
NextIs(TSymbolType)
protected public:
bool NextIs(TSymbolType type);
protected internal bool NextIs (TSymbolType type);
member this.NextIs : 'SymbolType -> bool
Protected Friend Function NextIs (type As TSymbolType) As Boolean
Parameter
- type
- TSymbolType
Gibt zurück
Gilt für:
NextIs(TSymbolType[])
protected public:
bool NextIs(... cli::array <TSymbolType> ^ types);
protected internal bool NextIs (params TSymbolType[] types);
member this.NextIs : 'SymbolType[] -> bool
Protected Friend Function NextIs (ParamArray types As TSymbolType()) As Boolean
Parameter
- types
- TSymbolType[]