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

KeyCollection() private method

private KeyCollection ( Hashtable hashtable ) : System.Diagnostics
hashtable Hashtable
return System.Diagnostics
            internal KeyCollection(Hashtable hashtable)
            {
                _hashtable = hashtable;
            }