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

This attribute can be applied to properties of command classes to provide the Mercurial executable with options, based on the properties of the command class.
Наследование: System.Attribute
Показать файл Открыть проект

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

Метод Описание
GetOptions ( object propertyValue ) : string[]

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

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

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

Gets a collection of options or arguments to pass to the Mercurial executable, based on the property value from the command class.
public abstract GetOptions ( object propertyValue ) : string[]
propertyValue object /// The property value from the tagged property of the command class. ///
Результат string[]