PowerArgs.ArgContextualAssistant.ArgContextualAssistant C# (CSharp) 메소드

ArgContextualAssistant() 공개 메소드

Initializes the metadata given the type that implements IContextAssistProvider.
public ArgContextualAssistant ( Type contextAssistProviderType ) : System
contextAssistProviderType System.Type a type that implements IContextAssistProvider
리턴 System
        public ArgContextualAssistant(Type contextAssistProviderType)
        {
            this.ContextAssistProviderType = contextAssistProviderType;
        }