C# Class PowerArgs.ArgumentAwareTabCompletionAttribute

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

Méthodes publiques

Méthode Description
ArgumentAwareTabCompletionAttribute ( Type completionSourceType ) : System

Creates a new ArgumentAwareTabCompletionAttribute given a completion source type

Private Methods

Méthode Description
CreateTabCompletionSource ( CommandLineArgumentsDefinition definition, CommandLineArgument argument ) : object

Method Details

ArgumentAwareTabCompletionAttribute() public méthode

Creates a new ArgumentAwareTabCompletionAttribute given a completion source type
public ArgumentAwareTabCompletionAttribute ( Type completionSourceType ) : System
completionSourceType System.Type
Résultat System