SharpCvsLib

AbstractOptions.Remove Method 

Remove the given option from the collection.

[Visual Basic]
Public Sub Remove( _
   ByVal name As String _
)
[C#]
public void Remove(
   string name
);

Parameters

name
The name of the option to remove from the collection.

See Also

AbstractOptions Class | ICSharpCode.SharpCvsLib.Options Namespace