Tokenizer<TSymbol,TSymbolType>.CurrentErrors 属性

定义

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)

属性值

适用于