C# Class Taijutsu.Annotation.BaseTypeRequiredAttribute

Inheritance: System.Attribute
显示文件 Open project: NikGovorov/Taijutsu

Public Methods

Method Description
BaseTypeRequiredAttribute ( Type baseType ) : System

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

Method Details

BaseTypeRequiredAttribute() public method

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 ///
return System