C# 클래스 Taijutsu.Annotation.BaseTypeRequiredAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: NikGovorov/Taijutsu

공개 메소드들

메소드 설명
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