T_CommandLine_RepeatedOptionError - adutton/commandline GitHub Wiki
Models an error generated when an option is repeated two or more times.
System.Object
CommandLine.Error
CommandLine.NamedError
CommandLine.RepeatedOptionError
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public sealed class RepeatedOptionError : NamedErrorVB
Public NotInheritable Class RepeatedOptionError
Inherits NamedErrorC++
public ref class RepeatedOptionError sealed : public NamedErrorF#
[<SealedAttribute>]
type RepeatedOptionError =
class
inherit NamedError
endThe RepeatedOptionError type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
RepeatedOptionError | Initializes a new instance of the RepeatedOptionError class |
| Name | Description | |
|---|---|---|
![]() |
NameInfo | Name information relative to this error instance. (Inherited from NamedError.) |
![]() |
StopsProcessing | Tells if error stops parsing process. Filtered by OnlyMeaningfulOnes(IEnumerable(Error)). (Inherited from Error.) |
![]() |
Tag | Error type discriminator, defined as ErrorType enumeration. (Inherited from Error.) |
| Name | Description | |
|---|---|---|
![]() |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from NamedError.) |
![]() |
Equals(Error) | Returns a value that indicates whether the current instance and a specified Error have the same value. (Inherited from Error.) |
![]() |
Equals(NamedError) | Returns a value that indicates whether the current instance and a specified NamedError have the same value. (Inherited from NamedError.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from NamedError.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() |
IsEmpty | (Defined by UnParserExtensions.) |
![]() |
NormalizeValue | (Defined by UnParserExtensions.) |



