CommandArgItem Class

Information about a single style-agnostic command-line argument.

Definition

Namespace: StyleAgnosticCommandArgs
Assembly: StyleAgnosticCommandArgs (in StyleAgnosticCommandArgs.dll) Version: 26.2118.4210
C#
public class CommandArgItem
Inheritance
Object    CommandArgItem

Constructors

CommandArgItemInitializes a new instance of the CommandArgItem class

Properties

Name Get/Set the name of the argument.
Value Get/Set the value of the argument.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Return the string representation of this item.
(Overrides ObjectToString)

See Also