System.Collections.Hashtable.HashKeys.HashKeys C# (CSharp) 메소드

HashKeys() 공개 메소드

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

				this.host = host;
			}