P_CommandLine_ValueAttribute_Index - adutton/commandline GitHub Wiki
Gets the position this option has on the command line.
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public int Index { get; }VB
Public ReadOnly Property Index As Integer
GetC++
public:
property int Index {
int get ();
}F#
member Index : int with get
Type: Int32