Ejemplo n.º 1
0
 public bool GetCustomTypeBaseFlag(CustomTypeBaseFlags flag)
 {
     if (CustomTypeFlags.ContainsKey(flag))
     {
         return(CustomTypeFlags[flag]);
     }
     else
     {
         return(false);
     }
 }
Ejemplo n.º 2
0
 public CustomTypeBase SetCustomCustomTypeFlagsFlags(CustomTypeBaseFlags flag, bool value)
 {
     CustomTypeFlags[flag] = value;
     return(this);
 }