|
Public Member Functions inherited from CommandLine.NamedError |
bool | Equals (NamedError other) |
| Returns a value that indicates whether the current instance and a specified CommandLine.NamedError 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.
|
|
Public Member Functions inherited from CommandLine.Error |
bool | Equals (Error other) |
| Returns a value that indicates whether the current instance and a specified CommandLine.Error 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.
|
|
Properties inherited from CommandLine.NamedError |
NameInfo | NameInfo [get] |
| Name information relative to this error instance.
|
|
Properties inherited from CommandLine.Error |
ErrorType | Tag [get] |
| Error type discriminator, defined as CommandLine.ErrorType enumeration.
|
|
bool | StopsProcessing [get] |
| Tells if error stops parsing process. Filtered by CommandLine.ErrorExtensions.OnlyMeaningfulOnes(System.Collections.Generic.IEnumerable<Error>).
|
|
Definition at line 590 of file Error.cs.
◆ GroupOptionAmbiguityError()
CommandLine.GroupOptionAmbiguityError.GroupOptionAmbiguityError |
( |
NameInfo |
option | ) |
|
|
package |
Definition at line 594 of file Error.cs.
595 : base(
ErrorType.GroupOptionAmbiguityError, option)
596 {
598 }
ErrorType
Discriminator enumeration of CommandLine.Error derivates.
◆ Option
NameInfo CommandLine.GroupOptionAmbiguityError.Option |
The documentation for this class was generated from the following file:
- deps/commandlineparser/src/CommandLine/Error.cs