C# 클래스 PowerArgs.ArgumentAwareTabCompletionAttribute

상속: System.Attribute, ICommandLineArgumentMetadata
파일 보기 프로젝트 열기: adamabdelhamed/PowerArgs

공개 메소드들

메소드 설명
ArgumentAwareTabCompletionAttribute ( Type completionSourceType ) : System

Creates a new ArgumentAwareTabCompletionAttribute given a completion source type

비공개 메소드들

메소드 설명
CreateTabCompletionSource ( CommandLineArgumentsDefinition definition, CommandLineArgument argument ) : object

메소드 상세

ArgumentAwareTabCompletionAttribute() 공개 메소드

Creates a new ArgumentAwareTabCompletionAttribute given a completion source type
public ArgumentAwareTabCompletionAttribute ( Type completionSourceType ) : System
completionSourceType System.Type
리턴 System