Ejemplo n.º 1
0
 internal Maybe(MaybeType typ)
 {
     _typ = typ;
 }
Ejemplo n.º 2
0
 protected Maybe(MaybeType tag)
 {
     this.tag = tag;
 }
Ejemplo n.º 3
0
 protected Maybe(MaybeType tag)
 {
     Tag = tag;
 }