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