コード例 #1
0
 /// <summary>
 /// Called when command line is parsing.
 /// </summary>
 /// <param name="args">The arguments of the event.</param>
 /// <returns><c>true</c> if arguments was handled, <c>false</c> otherwise.</returns>
 public void OnCommandLineParsing(CommandLineParseEventArgs args)
 {
     CommandLineParsing?.Invoke(this, args);
 }