C# Класс Mini.IniValueAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
IniValueAttribute ( string section, string key, string defaultValue = "" ) : System

Specify how this property is serialized to an INI document.

Описание методов

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

Specify how this property is serialized to an INI document.
public IniValueAttribute ( string section, string key, string defaultValue = "" ) : System
section string The section of the INI in which this value lies.
key string The key that holds this value.
defaultValue string A default value, used during deserialization if none is set in the source /// document.
Результат System