C# Класс ToolBelt.CommandLineArgumentAttribute

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

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

Метод Описание
CommandLineArgumentAttribute ( string name ) : System

Initializes a new instance of the CommandLineArgumentAttribute class with the specified argument type.

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

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

Initializes a new instance of the CommandLineArgumentAttribute class with the specified argument type.
public CommandLineArgumentAttribute ( string name ) : System
name string Specifies the checking to be done on the argument.
Результат System