Summary
public int IndexOfAny(Char[] chars)
Reports the zero-based index of the first occurence of one of the provided characters, relative to Start . Returns -1 if nothing was found.
Returns
Parameters
- Char[] prohibited chars
public int IndexOfAny(Char[] chars)
Reports the zero-based index of the first occurence of one of the provided characters, relative to Start . Returns -1 if nothing was found.