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

ValueCollection() 개인적인 메소드

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