/// <summary> /// Get the constructor of the element instance type /// </summary> /// <returns></returns> public ConstructorInfo GetElementConstructor() { return(InstanceType.GetConstructor(new[] { typeof(ElementPrototype), typeof(NotuiContext), typeof(NotuiElement) })); }