Esempio n. 1
0
 public static int byName(string name)
 {
     if (name == null)
     {
         throw new ArgumentException("name");
     }
     int intValue = new bb_LabelPositionTypes().Types[name];
     return intValue;
 }