コード例 #1
0
ファイル: UpdateArgument.cs プロジェクト: ywscr/nUpdate
 /// <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;
 }
コード例 #2
0
ファイル: UpdateArgument.cs プロジェクト: chantsunman/nUpdate
 /// <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;
 }