Esempio n. 1
0
 public CallCreateAggregateFrame(CreateMethodCollection methods, Variable aggregate) : base(methods.IsAsync)
 {
     Aggregate = aggregate;
 }
Esempio n. 2
0
 public CallCreateAggregateFrame(CreateMethodCollection methods) : base(methods.IsAsync)
 {
     Aggregate = new Variable(methods.AggregateType, this);
 }