C# Class PowerArgs.ArgContextualAssistant

Inheritance: System.Attribute, ICommandLineArgumentMetadata
Afficher le fichier Open project: adamabdelhamed/PowerArgs

Méthodes publiques

Méthode Description
ArgContextualAssistant ( Type contextAssistProviderType ) : System

Initializes the metadata given the type that implements IContextAssistProvider.

Private Methods

Méthode Description
GetContextAssistProvider ( CommandLineArgumentsDefinition definition ) : IContextAssistProvider

Method Details

ArgContextualAssistant() public méthode

Initializes the metadata given the type that implements IContextAssistProvider.
public ArgContextualAssistant ( Type contextAssistProviderType ) : System
contextAssistProviderType System.Type a type that implements IContextAssistProvider
Résultat System