GetChar() public method

public GetChar ( int index ) : char
index int
return char
Esempio n. 1
0
 public char GetChar(int index, TextBuffer textBuffer)
 {
     return(textBuffer.GetChar(startAt + index));
 }
Esempio n. 2
0
 public char GetChar(int index, TextBuffer textBuffer)
 {
     return textBuffer.GetChar(startAt + index);
 }