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 d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ChangeConflictCollection est castée en interface ICollection<T>.

S’applique à