Aqueduct.Diagnostics.StatisticsResults.StatisticsResults C# (CSharp) Метод

StatisticsResults() публичный Метод

public StatisticsResults ( string name, long>.IDictionary store ) : System.Collections.Generic
name string
store long>.IDictionary
Результат System.Collections.Generic
        public StatisticsResults(string name, IDictionary<string, long> store)
        {
            Name = name;
            Store = store;
        }
    }
StatisticsResults