Aqueduct.Diagnostics.StatisticsResults.StatisticsResults C# (CSharp) Method

StatisticsResults() public method

public StatisticsResults ( string name, long>.IDictionary store ) : System.Collections.Generic
name string
store long>.IDictionary
return System.Collections.Generic
        public StatisticsResults(string name, IDictionary<string, long> store)
        {
            Name = name;
            Store = store;
        }
    }
StatisticsResults