System.Collections.Hashtable.HashValues.HashValues C# (CSharp) Method

HashValues() public method

public HashValues ( Hashtable host ) : System
host Hashtable
return System
			public HashValues (Hashtable host) {
				if (host == null)
					throw new ArgumentNullException ();

				this.host = host;
			}