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)

Syntax

Private Sub Add ( _
    item As ObjectChangeConflict _
) Implements ICollection(Of ObjectChangeConflict).Add
void ICollection<ObjectChangeConflict>.Add(
    ObjectChangeConflict item
)

Parameters

Implements

ICollection<(Of <(T>)>)..::.Add(T)

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<(Of <(T>)>) interface.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

ChangeConflictCollection Class

System.Data.Linq Namespace