Beispiel #1
0
 public EnumDrawer(Type type)
 {
     info = EnumTypeInfo.Get(type);
 }
Beispiel #2
0
 public EnumMaskDrawer(Type type)
 {
     info = EnumTypeInfo.Get(type, true);
 }