C# 클래스 Windows.UI.Interactivity.TypeConstraintAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: jlaanstra/Windows.UI.Interactivity

공개 메소드들

메소드 설명
TypeConstraintAttribute ( Type constraint ) : System

Initializes a new instance of the T:System.Windows.Interactivity.TypeConstraintAttribute class.

메소드 상세

TypeConstraintAttribute() 공개 메소드

Initializes a new instance of the T:System.Windows.Interactivity.TypeConstraintAttribute class.
public TypeConstraintAttribute ( Type constraint ) : System
constraint System.Type The constraint type.
리턴 System