Esempio n. 1
0
 public Test2(TestEnum foo, int bar, Test3 kitten)
 {
     Foo    = foo;
     Bar    = bar;
     Kitten = kitten;
 }
Esempio n. 2
0
 protected bool Equals(Test3 other)
 {
     return(Nyan == other.Nyan);
 }