System.Configuration.ConfigurationElementCollection.Entry.Entry C# (CSharp) Метод

Entry() приватный Метод

private Entry ( EntryType type, Object key, ConfigurationElement value ) : System
type EntryType
key Object
value ConfigurationElement
Результат System
            internal Entry(EntryType type, Object key, ConfigurationElement value) {
                _entryType = type;
                _key = key;
                _value = value;
            }
        }
ConfigurationElementCollection.Entry