示例#1
0
 private void RemoveOption(string option)
 {
     _attributes.Remove(option);
     _options.Remove(option);
 }