C# 클래스 Mercurial.Attributes.RepeatableArgumentAttribute

상속: ArgumentAttribute
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
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[]