ChangeConflictCollection.CopyTo(ObjectChangeConflict[], Int32) 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 CopyTo(Array, Int32).
public:
virtual void CopyTo(cli::array <System::Data::Linq::ObjectChangeConflict ^> ^ array, int arrayIndex);
public void CopyTo (System.Data.Linq.ObjectChangeConflict[] array, int arrayIndex);
abstract member CopyTo : System.Data.Linq.ObjectChangeConflict[] * int -> unit
override this.CopyTo : System.Data.Linq.ObjectChangeConflict[] * int -> unit
Public Sub CopyTo (array As ObjectChangeConflict(), arrayIndex As Integer)
Parameters
- array
- ObjectChangeConflict[]
The array to copy to.
- arrayIndex
- Int32
The array index where the copy is to start.
Implements
Remarks
Copies the elements of the collection to an array.
This member is an explicit interface member implementation. It can be used only when the ChangeConflictCollection instance is cast to an ICollection interface.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.