C# 클래스 DSShared.old.VarCollection

파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Separator char

공개 메소드들

메소드 설명
AddVar ( string flag, string val ) : void
ParseVar ( string line ) : string
ReadLine ( ) : KeyVal
ReadLine ( KeyVal &output ) : bool
ReadLine ( StreamReader sr ) : string
ReadLine ( StreamReader sr, VarCollection vars ) : string
VarCollection ( ) : System
VarCollection ( StreamReader sr ) : System
VarCollection ( VarCollection other ) : System
VarCollection ( string baseVar ) : System
this ( string var ) : string

메소드 상세

AddVar() 공개 메소드

public AddVar ( string flag, string val ) : void
flag string
val string
리턴 void

ParseVar() 공개 메소드

public ParseVar ( string line ) : string
line string
리턴 string

ReadLine() 공개 메소드

public ReadLine ( ) : KeyVal
리턴 KeyVal

ReadLine() 공개 메소드

public ReadLine ( KeyVal &output ) : bool
output KeyVal
리턴 bool

ReadLine() 공개 메소드

public ReadLine ( StreamReader sr ) : string
sr System.IO.StreamReader
리턴 string

ReadLine() 공개 정적인 메소드

public static ReadLine ( StreamReader sr, VarCollection vars ) : string
sr System.IO.StreamReader
vars VarCollection
리턴 string

VarCollection() 공개 메소드

public VarCollection ( ) : System
리턴 System

VarCollection() 공개 메소드

public VarCollection ( StreamReader sr ) : System
sr System.IO.StreamReader
리턴 System

VarCollection() 공개 메소드

public VarCollection ( VarCollection other ) : System
other VarCollection
리턴 System

VarCollection() 공개 메소드

public VarCollection ( string baseVar ) : System
baseVar string
리턴 System

this() 공개 메소드

public this ( string var ) : string
var string
리턴 string

프로퍼티 상세

Separator 공개적으로 정적으로 프로퍼티

public static char Separator
리턴 char