C# Class PowerArgs.ArgContextualAssistant

Inheritance: System.Attribute, ICommandLineArgumentMetadata
Datei anzeigen Open project: adamabdelhamed/PowerArgs

Public Methods

Method Description
ArgContextualAssistant ( Type contextAssistProviderType ) : System

Initializes the metadata given the type that implements IContextAssistProvider.

Private Methods

Method Description
GetContextAssistProvider ( CommandLineArgumentsDefinition definition ) : IContextAssistProvider

Method Details

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