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

KeyValueConfigurationElement() 공개 메소드

public KeyValueConfigurationElement ( string key, string value ) : System
key string
value string
리턴 System
        public KeyValueConfigurationElement(string key, string value) {
            _needsInit = true;
            _initKey = key;
            _initValue = value;
        }

Same methods

KeyValueConfigurationElement::KeyValueConfigurationElement ( ) : System
KeyValueConfigurationElement