I want to look up the index of an array by a value:
List<string> list = new List<string>() { "Leão", "Guepardo", "Elefante" };
String[] array = new String[3] { "Leão", "Guepardo", "Elefante" };
For example, I want to look up the...
asked by
09.08.2018 / 17:14