Beispiel #1
0
 public AggregationFactoryMethodFirstLastEver(
     ExprFirstLastEverNode parent,
     Type childType)
 {
     this.parent = parent;
     this.childType = childType.GetBoxedType();
 }
Beispiel #2
0
 public AggregationForgeFactoryFirstLastEver(ExprFirstLastEverNode parent, Type childType, DataInputOutputSerdeForge serde)
 {
     this._parent    = parent;
     this._childType = childType;
     this._serde     = serde;
 }