VRage.Game.ModAPI.Ingame.Utilities.StringSegment.IndexOfAny - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← StringSegment
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.
- Char[] prohibited chars