SynchronizedCollection<T>.IList.IndexOf(Object) Метод
Определение
Определяет отсчитываемый от нуля индекс элемента коллекции.Determines the zero-based index of an element in the collection.
virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object value);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (value As Object) As Integer Implements IList.IndexOf
Параметры
- value
- Object
Элемент коллекции, индекс которого требуется определить.The element in the collection whose index is being determined.
Возвращаемое значение
Индекс элемента value
, если элемент найден в коллекции; в противном случае -1.The index of the value
if found in the collection; otherwise, -1.