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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.