Example #1
0
 public int GetIndexOfElement(char c)
 {
     return(CharArray.IndexOf(c));
 }