Tokenizer<TSymbol,TSymbolType>.CurrentErrors Propriedade
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:
property System::Collections::Generic::IList<Microsoft::AspNetCore::Razor::RazorError ^> ^ CurrentErrors { System::Collections::Generic::IList<Microsoft::AspNetCore::Razor::RazorError ^> ^ get(); };
protected System.Collections.Generic.IList<Microsoft.AspNetCore.Razor.RazorError> CurrentErrors { get; }
member this.CurrentErrors : System.Collections.Generic.IList<Microsoft.AspNetCore.Razor.RazorError>
Protected ReadOnly Property CurrentErrors As IList(Of RazorError)