ChangeConflictCollection::ICollection<ObjectChangeConflict^>::Add Method (ObjectChangeConflict^)

 

For a description of this member, see Add.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

private:
virtual void Add(
	ObjectChangeConflict^ item
) sealed = ICollection<ObjectChangeConflict^>::Add

Parameters

item
Type: System.Data.Linq::ObjectChangeConflict^

The item to add.

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.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: