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

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

public INIProperty ( string name, string value, INISection section ) : System
name string
value string
section INISection
Результат System
        public INIProperty(string name, string value, INISection section)
            : this(name, value)
        {
            Section = section;
        }

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 ) : System