C# Class PowerArgs.ArgumentAwareTabCompletionAttribute

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

Public Methods

Method Description
ArgumentAwareTabCompletionAttribute ( Type completionSourceType ) : System

Creates a new ArgumentAwareTabCompletionAttribute given a completion source type

Private Methods

Method Description
CreateTabCompletionSource ( CommandLineArgumentsDefinition definition, CommandLineArgument argument ) : object

Method Details

ArgumentAwareTabCompletionAttribute() public method

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