GetChar() public méthode

public GetChar ( int index ) : char
index int
Résultat char
Exemple #1
0
 public char GetChar(int index, TextBuffer textBuffer)
 {
     return(textBuffer.GetChar(startAt + index));
 }
Exemple #2
0
 public char GetChar(int index, TextBuffer textBuffer)
 {
     return textBuffer.GetChar(startAt + index);
 }