Ejemplo n.º 1
0
 public RegHelper_Type(Type type, string setkeyword = null)
 {
     function = new RegHelper_TypeFunction(type);
     if (setkeyword != null)
     {
         keyword = setkeyword;
     }
     else
     {
         keyword = type.Name;
     }
     this.type = type;
 }
Ejemplo n.º 2
0
 public RegHelper_Type(Type type, string setkeyword = null)
 {
     function = new RegHelper_TypeFunction(type);
     if (setkeyword != null)
     {
         keyword = setkeyword;
     }
     else
     {
         keyword = type.Name;
     }
     this.type = type;
 }
Ejemplo n.º 3
0
 public CLS_Type_Double()
 {
     function = new RegHelper_TypeFunction(typeof(double));
 }
Ejemplo n.º 4
0
 public CLS_Type_Double()
 {
     function = new RegHelper_TypeFunction(typeof(double));
 }
Ejemplo n.º 5
0
 public CLS_Type_String()
 {
     function = new RegHelper_TypeFunction(typeof(string));
 }
Ejemplo n.º 6
0
 public CLS_Type_Float()
 {
     function = new RegHelper_TypeFunction(typeof(float));
 }
Ejemplo n.º 7
0
 public CLS_Type_Int()
 {
     function = new RegHelper_TypeFunction(typeof(int));
 }
Ejemplo n.º 8
0
 public CLS_Type_Float()
 {
     function = new RegHelper_TypeFunction(typeof(float));
 }
Ejemplo n.º 9
0
 public CLS_Type_Int()
 {
     function = new RegHelper_TypeFunction(typeof(int));
 }
Ejemplo n.º 10
0
 public CLS_Type_String()
 {
     function = new RegHelper_TypeFunction(typeof(string));
 }