AspNetEdit.UI.SurrogateUITypeEditorAttribute.SurrogateUITypeEditorAttribute C# (CSharp) Метод

SurrogateUITypeEditorAttribute() публичный Метод

public SurrogateUITypeEditorAttribute ( Type myType ) : System
myType System.Type
Результат System
        public SurrogateUITypeEditorAttribute(Type myType)
        {
            this.Type = myType;
        }
SurrogateUITypeEditorAttribute