public static string Get()

in csharp/core/ArrayUtil.cs [41:44]


        public static string Get(List<string> raw, int? index)
        {
            return raw[index.Value];
        }