internal EitherBuilder(EntityQueryBuilder builder, EitherType type)
 {
     _builder = builder;
     _type    = type;
 }
Beispiel #2
0
 protected Either(EitherType tag)
 {
     this.tag = tag;
 }