![]() |
BadScript 2
|
It contains a sequence of CommandLine.Error. More...
Public Member Functions | |
bool | Equals (NotParsed< T > other) |
Returns a value that indicates whether the current instance and a specified CommandLine.NotParsed<T> have the same value. | |
override bool | Equals (object obj) |
Determines whether the specified System.Object is equal to the current System.Object. | |
override int | GetHashCode () |
Serves as a hash function for a particular type. | |
Package Functions | |
NotParsed (TypeInfo typeInfo, IEnumerable< Error > errors) | |
![]() | |
ParserResult (IEnumerable< Error > errors, TypeInfo typeInfo) | |
ParserResult (T value, TypeInfo typeInfo) | |
Additional Inherited Members | |
![]() | |
ParserResultType | Tag [get] |
Parser result type discriminator, defined as CommandLine.ParserResultType enumeration. | |
TypeInfo | TypeInfo [get] |
T | Value [get] |
Gets the instance with parsed values. If one or more errors occures, default is returned. | |
IEnumerable< Error > | Errors [get] |
Gets the sequence of parsing errors. If there are no errors, then an empty IEnumerable is returned. | |
It contains a sequence of CommandLine.Error.
T | The type with attributes that define the syntax of parsing rules. |
Definition at line 165 of file ParserResult.cs.
|
package |
Definition at line 167 of file ParserResult.cs.
bool CommandLine.NotParsed< T >.Equals | ( | NotParsed< T > | other | ) |
Returns a value that indicates whether the current instance and a specified CommandLine.NotParsed<T> have the same value.
other | The CommandLine.NotParsed<T> instance to compare. |
if this instance of CommandLine.NotParsed<T> and other have the same value; otherwise,
false
Definition at line 184 of file ParserResult.cs.
override bool CommandLine.NotParsed< T >.Equals | ( | object | obj | ) |
Determines whether the specified System.Object is equal to the current System.Object.
obj | The System.Object to compare with the current System.Object. |
if the specified System.Object is equal to the current System.Object; otherwise,
false
Definition at line 207 of file ParserResult.cs.
override int CommandLine.NotParsed< T >.GetHashCode | ( | ) |
Serves as a hash function for a particular type.
A hash code for the current System.Object.
Definition at line 221 of file ParserResult.cs.