Udostępnij za pośrednictwem


ParserResults Konstruktory

Definicja

Przeciążenia

ParserResults(Block, IList<RazorError>)

Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Inicjuje ParserResults nowe wystąpienie klasy .

ParserResults(Boolean, Block, IList<RazorError>)

Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Inicjuje ParserResults nowe wystąpienie klasy .

ParserResults(Block, IList<RazorError>)

Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Inicjuje ParserResults nowe wystąpienie klasy .

public ParserResults (System.Web.Razor.Parser.SyntaxTree.Block document, System.Collections.Generic.IList<System.Web.Razor.Parser.SyntaxTree.RazorError> parserErrors);
new System.Web.Razor.ParserResults : System.Web.Razor.Parser.SyntaxTree.Block * System.Collections.Generic.IList<System.Web.Razor.Parser.SyntaxTree.RazorError> -> System.Web.Razor.ParserResults
Public Sub New (document As Block, parserErrors As IList(Of RazorError))

Parametry

document
Block

Węzeł główny w drzewie składni dokumentu.

parserErrors
IList<RazorError>

Lista błędów, które wystąpiły podczas analizowania.

Dotyczy

ParserResults(Boolean, Block, IList<RazorError>)

Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Inicjuje ParserResults nowe wystąpienie klasy .

protected ParserResults (bool success, System.Web.Razor.Parser.SyntaxTree.Block document, System.Collections.Generic.IList<System.Web.Razor.Parser.SyntaxTree.RazorError> errors);
new System.Web.Razor.ParserResults : bool * System.Web.Razor.Parser.SyntaxTree.Block * System.Collections.Generic.IList<System.Web.Razor.Parser.SyntaxTree.RazorError> -> System.Web.Razor.ParserResults
Protected Sub New (success As Boolean, document As Block, errors As IList(Of RazorError))

Parametry

success
Boolean

true, jeśli analizowanie zakończyło się pomyślnie; w przeciwnym razie wartość false.

document
Block

Węzeł główny w drzewie składni dokumentu.

errors
IList<RazorError>

Lista błędów, które wystąpiły podczas analizowania.

Dotyczy