C# 클래스 MBGen.Extensions

파일 보기 프로젝트 열기: TheBerkin/MoistBanana

공개 메소드들

메소드 설명
Capitalize ( this str, WordFormat capFormat ) : string
FindClosingCurlyBracket ( this str, int start ) : int
FindClosingSquareBracket ( this str, int start ) : int
GetLineNumberFromIndex ( this text, int index, int &column ) : int
GetRandomRect ( this bitmap, int minWidth, int minHeight, LongRandom rand ) : Rectangle
GetSelectorSubs ( this str, int start ) : int[]
PermitsCap ( this c ) : bool
ReadLongString ( this reader ) : string
ReadStringArray ( this reader ) : string[]
StartsWithVowel ( this str ) : bool
ToRoman ( this number ) : string
WriteLongString ( this writer, string value ) : void
WriteStringArray ( this writer, string array ) : void

메소드 상세

Capitalize() 공개 정적인 메소드

public static Capitalize ( this str, WordFormat capFormat ) : string
str this
capFormat WordFormat
리턴 string

FindClosingCurlyBracket() 공개 정적인 메소드

public static FindClosingCurlyBracket ( this str, int start ) : int
str this
start int
리턴 int

FindClosingSquareBracket() 공개 정적인 메소드

public static FindClosingSquareBracket ( this str, int start ) : int
str this
start int
리턴 int

GetLineNumberFromIndex() 공개 정적인 메소드

public static GetLineNumberFromIndex ( this text, int index, int &column ) : int
text this
index int
column int
리턴 int

GetRandomRect() 공개 정적인 메소드

public static GetRandomRect ( this bitmap, int minWidth, int minHeight, LongRandom rand ) : Rectangle
bitmap this
minWidth int
minHeight int
rand LongRandom
리턴 System.Drawing.Rectangle

GetSelectorSubs() 공개 정적인 메소드

public static GetSelectorSubs ( this str, int start ) : int[]
str this
start int
리턴 int[]

PermitsCap() 공개 정적인 메소드

public static PermitsCap ( this c ) : bool
c this
리턴 bool

ReadLongString() 공개 정적인 메소드

public static ReadLongString ( this reader ) : string
reader this
리턴 string

ReadStringArray() 공개 정적인 메소드

public static ReadStringArray ( this reader ) : string[]
reader this
리턴 string[]

StartsWithVowel() 공개 정적인 메소드

public static StartsWithVowel ( this str ) : bool
str this
리턴 bool

ToRoman() 공개 정적인 메소드

public static ToRoman ( this number ) : string
number this
리턴 string

WriteLongString() 공개 정적인 메소드

public static WriteLongString ( this writer, string value ) : void
writer this
value string
리턴 void

WriteStringArray() 공개 정적인 메소드

public static WriteStringArray ( this writer, string array ) : void
writer this
array string
리턴 void