C# Класс Mercurial.Attributes.RepeatableArgumentAttribute

Наследование: ArgumentAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GetOptions() публичный Метод

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. ///
Результат string[]