Example #1
0
 public foo(Int32 _bar, Byte _baz, cat _pet)
 {
     this.bar = _bar;
     this.baz = _baz;
     this.pet = _pet;
 }