/// <summary> /// Initializes a new instance of the <see cref="UpdateArgument" /> class. /// </summary> /// <param name="argument">The argument.</param> /// <param name="executionOptions">The execution options that should be used for the <see cref="UpdateArgument" />.</param> public UpdateArgument(string argument, UpdateArgumentExecutionOptions executionOptions) { Argument = argument; ExecutionOptions = executionOptions; }
/// <summary> /// Initializes a new instance of the <see cref="UpdateArgument"/> class. /// </summary> /// <param name="argument">The argument.</param> /// <param name="executionOptions">The execution options that should be used for the <see cref="UpdateArgument"/>.</param> public UpdateArgument(string argument, UpdateArgumentExecutionOptions executionOptions) { Argument = argument; ExecutionOptions = executionOptions; }