System.Net.NetworkInformation.MibIPGlobalStatistics.MibIPGlobalStatistics C# (CSharp) Méthode

MibIPGlobalStatistics() public méthode

public MibIPGlobalStatistics ( StringDictionary dic ) : System.Collections.Specialized
dic System.Collections.Specialized.StringDictionary
Résultat System.Collections.Specialized
		public MibIPGlobalStatistics (StringDictionary dic)
		{
			this.dic = dic;
		}
MibIPGlobalStatistics