예제 #1
0
 public OperationHelp(OperationSymbol operationSymbol, Type type, string?userDescription)
 {
     this.OperationSymbol = operationSymbol;
     this.Type            = type;
     this.Info            = HelpGenerator.GetOperationHelp(type, operationSymbol);
     this.UserDescription = userDescription;
 }