示例#1
0
 public override void AddOption(int optionId, OptTableBuilder builder)
 {
     builder.AddCommaJoined(optionId, Prefixes, Name, HelpText);
 }