in csharp/core/ArrayUtil.cs [31:34]
public static int Index(List<string> raw, string str) { return raw.IndexOf(str); }