C# 클래스 PowerArgs.ArgContextualAssistant

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

공개 메소드들

메소드 설명
ArgContextualAssistant ( Type contextAssistProviderType ) : System

Initializes the metadata given the type that implements IContextAssistProvider.

비공개 메소드들

메소드 설명
GetContextAssistProvider ( CommandLineArgumentsDefinition definition ) : IContextAssistProvider

메소드 상세

ArgContextualAssistant() 공개 메소드

Initializes the metadata given the type that implements IContextAssistProvider.
public ArgContextualAssistant ( Type contextAssistProviderType ) : System
contextAssistProviderType System.Type a type that implements IContextAssistProvider
리턴 System