C# Класс CommandLine.ValueListAttribute

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

Private Properties

Свойство Тип Описание
GetAttribute ValueListAttribute
GetField System.Reflection.FieldInfo
GetReference IList
ValueListAttribute System

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

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

Initializes a new instance of the CommandLine.ValueListAttribute class.

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

Метод Описание
GetAttribute ( object target ) : ValueListAttribute
GetField ( object target, Type &concreteType ) : FieldInfo
GetReference ( object target ) : IList
ValueListAttribute ( ) : System

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

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

Initializes a new instance of the CommandLine.ValueListAttribute class.
Thrown if is null.
public ValueListAttribute ( Type concreteType ) : System
concreteType System.Type A type that implements .
Результат System