Enyim.Caching.Memcached.ServerStats.ServerStats C# (CSharp) Method

ServerStats() private method

private ServerStats ( string>.Dictionary results ) : System
results string>.Dictionary
return System
		internal ServerStats(Dictionary<IPEndPoint, Dictionary<string, string>> results)
		{
			this.results = results;
		}