ArgumentCreationInfoPosition Property
            Gets or sets the implicit position if 
IsPositional
            was used.
            
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
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