C# 클래스 Mini.IniValueAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: kinghajj/mini

공개 메소드들

메소드 설명
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