TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.Required Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
protected public:
bool Required(TSymbolType expected, bool errorIfNotFound, Func<System::String ^, System::String ^> ^ errorBase);
protected internal bool Required (TSymbolType expected, bool errorIfNotFound, Func<string,string> errorBase);
member this.Required : 'SymbolType * bool * Func<string, string> -> bool
Protected Friend Function Required (expected As TSymbolType, errorIfNotFound As Boolean, errorBase As Func(Of String, String)) As Boolean
Paramètres
- expected
- TSymbolType
- errorIfNotFound
- Boolean