Edit

Share via


SymbolResult.Errors Property

Definition

public:
 property System::Collections::Generic::IEnumerable<System::CommandLine::Parsing::ParseError ^> ^ Errors { System::Collections::Generic::IEnumerable<System::CommandLine::Parsing::ParseError ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.CommandLine.Parsing.ParseError> Errors { get; }
member this.Errors : seq<System.CommandLine.Parsing.ParseError>
Public ReadOnly Property Errors As IEnumerable(Of ParseError)

Property Value

Applies to