TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.Required Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Parâmetros
- expected
- TSymbolType
- errorIfNotFound
- Boolean