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

ConfigurationProperty() публичный Метод

public ConfigurationProperty ( String name, Type type, Object defaultValue, ConfigurationPropertyOptions options ) : System
name String
type System.Type
defaultValue Object
options ConfigurationPropertyOptions
Результат System
        public ConfigurationProperty(String name, Type type, Object defaultValue, ConfigurationPropertyOptions options)
            : this(name, type, defaultValue, null, null, options) {
        }

Same methods

ConfigurationProperty::ConfigurationProperty ( PropertyInfo info ) : System
ConfigurationProperty::ConfigurationProperty ( String name, Type type ) : System
ConfigurationProperty::ConfigurationProperty ( String name, Type type, Object defaultValue ) : System
ConfigurationProperty::ConfigurationProperty ( String name, Type type, Object defaultValue, TypeConverter typeConverter, ConfigurationValidatorBase validator, ConfigurationPropertyOptions options ) : System
ConfigurationProperty::ConfigurationProperty ( String name, Type type, Object defaultValue, TypeConverter typeConverter, ConfigurationValidatorBase validator, ConfigurationPropertyOptions options, string description ) : System