GetChar() public method

public GetChar ( int index ) : char
index int
return 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);
 }