ArgumentNameAttribute Class |
Namespace: Ookii.CommandLine
The ArgumentNameAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | ArgumentNameAttribute |
Initializes a new instance of the ArgumentNameAttribute class.
|
Name | Description | |
---|---|---|
![]() | ArgumentName |
Gets the name of the argument.
|
![]() | TypeId | (Inherited from Attribute.) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Attribute.) |
![]() | GetHashCode | (Inherited from Attribute.) |
![]() | GetType | (Inherited from Object.) |
![]() | IsDefaultAttribute | (Inherited from Attribute.) |
![]() | Match | (Inherited from Attribute.) |
![]() | ToString | (Inherited from Object.) |
Apply the ArgumentNameAttribute attribute to a constructor parameter to indicate that the name of the argument should be different than the parameter name.