Add a new option to the option collection, using the Option.Name value as the key..
Add a new option to the option collection, using the Option.Name value as the key..
public void Add(Option);
Add a new option to the option collection.
public void Add(string,Option);
AbstractOptions Class | ICSharpCode.SharpCvsLib.Options Namespace