PowerArgs.ArgContextualAssistant.ArgContextualAssistant C# (CSharp) Method

ArgContextualAssistant() public method

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