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;
        }