ChangeConflictCollection.ICollection<ObjectChangeConflict>.Add Method

Definition

For a description of this member, see 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

Parameters

item
ObjectChangeConflict

The item to add.

Implements

Remarks

Adds an item to the collection.

This member is an explicit interface member implementation. It can be used only when the ChangeConflictCollection instance is cast to an ICollection<T> interface.

Applies to