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

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

public INIProperty ( string name, string value ) : System
name string
value string
Результат System
        public INIProperty(string name, string value)
            : base(name)
        {
            Value = value;
        }

Same methods

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