示例#1
0
 /// <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)
     }));
 }