ChangeConflictCollection.ICollection(Of 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 Sub Add (
	item As ObjectChangeConflict
)
	Implements ICollection(Of 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(Of T) interface.

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