Beispiel #1
0
 static Bool()
 {
     True = new Bool(true);
     False = new Bool(false);
     Get = typeof(Bool).GetMethod("GetInstance", BindingFlags.NonPublic | BindingFlags.Static);
 }
Beispiel #2
0
 static Bool()
 {
     True  = new Bool(true);
     False = new Bool(false);
     Get   = typeof(Bool).GetMethod("GetInstance", BindingFlags.NonPublic | BindingFlags.Static);
 }