Esempio n. 1
0
 public static bool Visit(Values.Bool value)
 {
     return(value.GetValue());
 }
Esempio n. 2
0
 public static bool GetPrimitiveValue(Values.Bool value)
 {
     return(value.GetValue());
 }