BindingSource.CopyTo(Array, 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.
Copies the contents of the List to the specified array, starting at the specified index value.
public:
virtual void CopyTo(Array ^ arr, int index);
public virtual void CopyTo (Array arr, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Overridable Sub CopyTo (arr As Array, index As Integer)
Parameters
- arr
- Array
The destination array.
- index
- Int32
The index in the destination array at which to start the copy operation.
Implements
Remarks
You can use this method to combine items from multiple sources into a single array.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.