C# Class Windows.UI.Interactivity.TypeConstraintAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: jlaanstra/Windows.UI.Interactivity

Public Methods

Method Description
TypeConstraintAttribute ( Type constraint ) : System

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

Method Details

TypeConstraintAttribute() public method

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