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

HashKeys() public method

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

				this.host = host;
			}