CollectionBase1.IndexOf

IndexOf(T)

public int IndexOf(T item)
ParameterTypeDescription
itemT

See Also


IndexOf(T, int)

public int IndexOf(T item, int index)
ParameterTypeDescription
itemT
indexInt32

See Also


IndexOf(T, int, int)

public int IndexOf(T item, int index, int count)
ParameterTypeDescription
itemT
indexInt32
countInt32

See Also