C# 클래스 StringBuilderExtensions, tf_client

파일 보기 프로젝트 열기: wids-eria/tf_client 1 사용 예제들

공개 메소드들

메소드 설명
DeleteCharAt ( this self, int index ) : void
Replace ( this self, int startIndex, int endIndex, string replaceStr ) : void

메소드 상세

DeleteCharAt() 공개 정적인 메소드

public static DeleteCharAt ( this self, int index ) : void
self this
index int
리턴 void

Replace() 공개 정적인 메소드

public static Replace ( this self, int startIndex, int endIndex, string replaceStr ) : void
self this
startIndex int
endIndex int
replaceStr string
리턴 void