コード例 #1
0
ファイル: Maybe.cs プロジェクト: juna0613/ETB
 internal Maybe(MaybeType typ)
 {
     _typ = typ;
 }
コード例 #2
0
 protected Maybe(MaybeType tag)
 {
     this.tag = tag;
 }
コード例 #3
0
ファイル: Maybe.cs プロジェクト: jamesfoster/FeatureSelect
 protected Maybe(MaybeType tag)
 {
     Tag = tag;
 }