GeneralTransform3DCollection.IList.IndexOf(Object) Метод
Определение
Описание этого члена см. в разделе IndexOf(Object).For a description of this member, see IndexOf(Object).
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
Объект Object, который требуется найти в коллекции GeneralTransform3DCollection.The Object to locate in the GeneralTransform3DCollection.
Возвращаемое значение
Индекс value
, если он найден в списке; в противном случае — значение -1.The index of value
if found in the list; otherwise, -1.
Реализации
Комментарии
Этот член представляет собой явную реализацию члена интерфейса.This member is an explicit interface member implementation. Он может использоваться, только если экземпляр GeneralTransform3DCollection приведен к типу интерфейса IList.It can be used only when the GeneralTransform3DCollection instance is cast to an IList interface.
IList.IndexOf вводится в платформа .NET Framework версии 3,5.IList.IndexOf is introduced in the .NET Framework version 3.5. Дополнительные сведения см. в статье Версии и зависимости платформы .NET Framework.For more information, see Versions and Dependencies.