Ejemplo n.º 1
0
 private char GetMatchCloseCharacter(char c)
 {
     return(MatchingCharacters.First(pair => pair.Key == c).Value);
 }
Ejemplo n.º 2
0
 protected virtual char GetMatchOpenCharacter(char c)
 {
     return(MatchingCharacters.First(pair => pair.Value == c).Key);
 }
Ejemplo n.º 3
0
 private char GetMatchOpenCharacter(char c)
 {
     return(MatchingCharacters.First(pair => pair.Value == c).Key);
 }
Ejemplo n.º 4
0
 protected virtual char GetMatchCloseCharacter(char c)
 {
     return(MatchingCharacters.First(pair => pair.Key == c).Value);
 }