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