コード例 #1
0
 public CustomTransformer(Func <T, object> groupBy)
 {
     _group         = groupBy;
     _listRelations = new UniqueRelation();
 }
コード例 #2
0
 public CustomTransformer()
 {
     _group         = null;
     _listRelations = new UniqueRelation();
 }