C# 클래스 Hpdi.VssLogicalLib.SimpleIniReader

A very simple .INI file reader that does not require or support sections.
파일 보기 프로젝트 열기: abevoelker/vss2git 1 사용 예제들

공개 메소드들

메소드 설명
GetValue ( string key ) : string
GetValue ( string key, string defaultValue ) : string
Parse ( ) : void
SimpleIniReader ( string filename ) : System.Collections.Generic

메소드 상세

GetValue() 공개 메소드

public GetValue ( string key ) : string
key string
리턴 string

GetValue() 공개 메소드

public GetValue ( string key, string defaultValue ) : string
key string
defaultValue string
리턴 string

Parse() 공개 메소드

public Parse ( ) : void
리턴 void

SimpleIniReader() 공개 메소드

public SimpleIniReader ( string filename ) : System.Collections.Generic
filename string
리턴 System.Collections.Generic