C# Класс Taijutsu.Annotation.BaseTypeRequiredAttribute

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

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

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

Initializes a new instance of the BaseTypeRequiredAttribute class. Initializes new instance of BaseTypeRequiredAttribute

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

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

Initializes a new instance of the BaseTypeRequiredAttribute class. Initializes new instance of BaseTypeRequiredAttribute
public BaseTypeRequiredAttribute ( Type baseType ) : System
baseType System.Type /// Specifies which types are required ///
Результат System