AspNetEdit.UI.SurrogateUITypeEditorAttribute.SurrogateUITypeEditorAttribute C# (CSharp) Méthode

SurrogateUITypeEditorAttribute() public méthode

public SurrogateUITypeEditorAttribute ( Type myType ) : System
myType System.Type
Résultat System
        public SurrogateUITypeEditorAttribute(Type myType)
        {
            this.Type = myType;
        }
SurrogateUITypeEditorAttribute