C# Class Dev2.BaseTypeRequiredAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
BaseTypeRequiredAttribute ( Type baseType ) : System

Initializes new instance of BaseTypeRequiredAttribute

Method Details

BaseTypeRequiredAttribute() public méthode

Initializes new instance of BaseTypeRequiredAttribute
public BaseTypeRequiredAttribute ( Type baseType ) : System
baseType System.Type Specifies which types are required
Résultat System