예제 #1
0
파일: Aggregator.cs 프로젝트: z77ma/runtime
 public LabeledAggregationStatistics(IAggregationStatistics stats, params KeyValuePair <string, string>[] labels)
 {
     AggregationStatistics = stats;
     Labels = labels;
 }