C# Класс PowerArgs.ArgumentAwareTabCompletionAttribute

Наследование: System.Attribute, ICommandLineArgumentMetadata
Показать файл Открыть проект

Открытые методы

Метод Описание
ArgumentAwareTabCompletionAttribute ( Type completionSourceType ) : System

Creates a new ArgumentAwareTabCompletionAttribute given a completion source type

Приватные методы

Метод Описание
CreateTabCompletionSource ( CommandLineArgumentsDefinition definition, CommandLineArgument argument ) : object

Описание методов

ArgumentAwareTabCompletionAttribute() публичный Метод

Creates a new ArgumentAwareTabCompletionAttribute given a completion source type
public ArgumentAwareTabCompletionAttribute ( Type completionSourceType ) : System
completionSourceType System.Type
Результат System