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

ConfigurationElement() защищенный Метод

protected ConfigurationElement ( ) : System
Результат System
        protected ConfigurationElement() {
            _values = new ConfigurationValues();

            // Set the per-type validator ( this will actually have an effect only for an attributed model elements )
            // Note that in the case where the property bag fot this.GetType() has not yet been created
            // the validator for this instance will get applied in ApplyValidatorsRecursive ( see this.get_Properties )
            ApplyValidator(this);
        }