AjaxControlToolkit.RequiredScriptAttribute.RequiredScriptAttribute C# (CSharp) Method

RequiredScriptAttribute() public method

public RequiredScriptAttribute ( Type extenderType ) : System
extenderType System.Type
return System
        public RequiredScriptAttribute(Type extenderType)
            : this(extenderType, 0)
        {
        }

Same methods

RequiredScriptAttribute::RequiredScriptAttribute ( Type extenderType, int loadOrder ) : System
RequiredScriptAttribute