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

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

public SettingsProperty ( string name ) : System.Collections
name string
Результат System.Collections
       public SettingsProperty(string name) 
       {
           _Name = name;
           _Attributes = new SettingsAttributeDictionary();
       }

Same methods

SettingsProperty::SettingsProperty ( SettingsProperty propertyToCopy ) : System.Collections
SettingsProperty::SettingsProperty ( string name, Type propertyType, SettingsProvider provider, bool isReadOnly, object defaultValue, SettingsSerializeAs serializeAs, SettingsAttributeDictionary attributes, bool throwOnErrorDeserializing, bool throwOnErrorSerializing ) : System.Collections
SettingsProperty