ArgumentCreationInfoPosition Property
Gets or sets the implicit position if
IsPositional
was used.
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
public int? Position {
get;
set; }
Public Property Position As Integer?
Get
Set
Dim instance As ArgumentCreationInfo
Dim value As Integer?
value = instance.Position
instance.Position = value
public:
property Nullable<int> Position {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
NullableInt32