C# Class Mercurial.Attributes.RepeatableArgumentAttribute

Inheritance: ArgumentAttribute
Mostrar archivo Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
GetOptions ( object propertyValue ) : string[]

Gets a collection of options or arguments to pass to the Mercurial executable, based on the property value from the options class.

Method Details

GetOptions() public method

Gets a collection of options or arguments to pass to the Mercurial executable, based on the property value from the options class.
public GetOptions ( object propertyValue ) : string[]
propertyValue object /// The property value from the tagged property of the options class. ///
return string[]