GeneralTransform3DCollection.IList.Remove(Object) Méthode

Définition

Pour obtenir une description de ce membre, consultez Remove(Object).

 virtual void System.Collections.IList.Remove(System::Object ^ value) = System::Collections::IList::Remove;
void IList.Remove (object value);
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (value As Object) Implements IList.Remove

Paramètres

value
Object

Object à supprimer de GeneralTransform3DCollection.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de GeneralTransform3DCollection est castée en interface IList.

IList.Removeest introduit dans le .NET Framework version 3.5. Pour plus d’informations, consultez Versions et dépendances.

S’applique à