System.Configuration.SettingsPropertyValueCollection.SettingsPropertyValueCollection C# (CSharp) 메소드

SettingsPropertyValueCollection() 공개 메소드

public SettingsPropertyValueCollection ( ) : System.Collections
리턴 System.Collections
        public SettingsPropertyValueCollection()
        {
            _Indices = new Hashtable(10, CaseInsensitiveHashCodeProvider.Default, CaseInsensitiveComparer.Default);
            _Values = new ArrayList();
        }

Same methods

SettingsPropertyValueCollection::SettingsPropertyValueCollection ( Hashtable indices, ArrayList values ) : System.Collections