ChangeConflictCollection.ICollection<ObjectChangeConflict>.Add Méthode

Définition

Pour obtenir une description de ce membre, consultez Add(T).

 virtual void System.Collections.Generic.ICollection<System.Data.Linq.ObjectChangeConflict>.Add(System::Data::Linq::ObjectChangeConflict ^ item) = System::Collections::Generic::ICollection<System::Data::Linq::ObjectChangeConflict ^>::Add;
void ICollection<ObjectChangeConflict>.Add(System.Data.Linq.ObjectChangeConflict item);
abstract member System.Collections.Generic.ICollection<System.Data.Linq.ObjectChangeConflict>.Add : System.Data.Linq.ObjectChangeConflict -> unit
override this.System.Collections.Generic.ICollection<System.Data.Linq.ObjectChangeConflict>.Add : System.Data.Linq.ObjectChangeConflict -> unit
Sub Add (item As ObjectChangeConflict) Implements ICollection(Of ObjectChangeConflict).Add

Paramètres

item
ObjectChangeConflict

Élément à ajouter.

Implémente

Remarques

Ajoute un élément à la collection.

Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance ChangeConflictCollection est convertie en ICollection<T> interface.

S’applique à