System.Collections.Hashtable.ValueCollection.ValueCollection C# (CSharp) Méthode

ValueCollection() private méthode

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