Here's what I have:
public int FindItem(int elementoABuscar)
{
int indice = vectorNumeros.FindIndex(0, asd);
return indice;
}
I can't seem to figure out the second part of the FindIndex method.
How would I find the index of elementoABuscar?