예제 #1
0
파일: Maybe.cs 프로젝트: juna0613/ETB
 internal Maybe(MaybeType typ)
 {
     _typ = typ;
 }
예제 #2
0
 protected Maybe(MaybeType tag)
 {
     this.tag = tag;
 }
예제 #3
0
 protected Maybe(MaybeType tag)
 {
     Tag = tag;
 }