GetChar() 공개 메소드

public GetChar ( int index ) : char
index int
리턴 char
예제 #1
0
 public char GetChar(int index, TextBuffer textBuffer)
 {
     return(textBuffer.GetChar(startAt + index));
 }
예제 #2
0
 public char GetChar(int index, TextBuffer textBuffer)
 {
     return textBuffer.GetChar(startAt + index);
 }