ICollection(ObjectChangeConflict).Add Method

ChangeConflictCollection.ICollection(Of ObjectChangeConflict).Add Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

For a description of this member, see Add.

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

'Declaration
Private Sub Add ( _
	item As ObjectChangeConflict _
) Implements ICollection(Of ObjectChangeConflict).Add

Parameters

item
Type: System.Data.Linq.ObjectChangeConflict
The item to add.

Implements

ICollection(Of T).Add(T)

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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft