ChangeConflictCollection.ICollection<ObjectChangeConflict>.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.