C# 클래스 System.Delimiter

파일 보기 프로젝트 열기: RegrowthStudios/VoxelRTS 1 사용 예제들

공개 메소드들

메소드 설명
Delimit ( string s, DelimitType dt ) : List
GetDType ( char c ) : DelimitType
GetSubstring ( string s, int &i, DelimitType dt ) : DIndices
IsCloser ( char c, DelimitType dt ) : bool
IsOpener ( char c, DelimitType dt ) : bool

메소드 상세

Delimit() 공개 정적인 메소드

public static Delimit ( string s, DelimitType dt ) : List
s string
dt DelimitType
리턴 List

GetDType() 공개 정적인 메소드

public static GetDType ( char c ) : DelimitType
c char
리턴 DelimitType

GetSubstring() 공개 정적인 메소드

public static GetSubstring ( string s, int &i, DelimitType dt ) : DIndices
s string
i int
dt DelimitType
리턴 DIndices

IsCloser() 공개 정적인 메소드

public static IsCloser ( char c, DelimitType dt ) : bool
c char
dt DelimitType
리턴 bool

IsOpener() 공개 정적인 메소드

public static IsOpener ( char c, DelimitType dt ) : bool
c char
dt DelimitType
리턴 bool