Version

EbnfLoadResult Class Members

The following tables list the members exposed by EbnfLoadResult.

Public Properties
 NameDescription
Public PropertyErrorsGets the read-only collection of EbnfLoadError instances describing the errors in the parsed EBNF file.  
Public PropertyGrammarGets the grammar parsed from the EBNF file if there were no errors in the file.  
Public PropertySuccessGet the value indicating whether the import operation was successful. If True, Grammar will be the instance representing the grammar defined by the EBNF file.  
Public Methods
 NameDescription
Public MethodToStringReturns the string representation of this object.  
See Also