GeneralTransform3DCollection.IList.Contains(Object) Metoda

Definice

Popis tohoto člena najdete v tématu Contains(Object).

 virtual bool System.Collections.IList.Contains(System::Object ^ value) = System::Collections::IList::Contains;
bool IList.Contains (object value);
abstract member System.Collections.IList.Contains : obj -> bool
override this.System.Collections.IList.Contains : obj -> bool
Function Contains (value As Object) As Boolean Implements IList.Contains

Parametry

value
Object

Umístění Object v souboru GeneralTransform3DCollection.

Návraty

Boolean

true je-li nalezen v Object ; GeneralTransform3DCollectionjinak , false.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho GeneralTransform3DCollection použít pouze v případě, že je instance přetypována do IList rozhraní.

IList.Containsje zaveden v .NET Framework verze 3.5. Další informace najdete v tématu Verze a závislosti.

Platí pro