GetChar() public method

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