コード例 #1
0
ファイル: Aggregator.cs プロジェクト: z77ma/runtime
 public LabeledAggregationStatistics(IAggregationStatistics stats, params KeyValuePair <string, string>[] labels)
 {
     AggregationStatistics = stats;
     Labels = labels;
 }