AlbLib.INI.INIProperty.INIProperty C# (CSharp) Метод

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

public INIProperty ( string name ) : System
name string
Результат System
        public INIProperty(string name)
            : this(name, (string)null)
        {
        }

Same methods

INIProperty::INIProperty ( string name, INISection section ) : System
INIProperty::INIProperty ( string name, object value ) : System
INIProperty::INIProperty ( string name, string value ) : System
INIProperty::INIProperty ( string name, string value, INISection section ) : System