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

ValueCollection() private method

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