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

KeyValueConfigurationElement() 정적인 개인적인 메소드

static private KeyValueConfigurationElement ( ) : System
리턴 System
        static KeyValueConfigurationElement() {
            // Property initialization
            _properties = new ConfigurationPropertyCollection();
            _properties.Add(_propKey);
            _properties.Add(_propValue);
        }

Same methods

KeyValueConfigurationElement::KeyValueConfigurationElement ( string key, string value ) : System
KeyValueConfigurationElement