SharpCvsLib

AbstractOptions.Add Method

Add a new option to the option collection, using the Option.Name value as the key..

Overload List

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);

See Also

AbstractOptions Class | ICSharpCode.SharpCvsLib.Options Namespace