Visual Basic (Declaration) | |
---|---|
Public Overridable Sub SetData( _ ByVal sourceArray As Array, _ ByVal sourceIndex As Integer, _ ByVal destinationIndex As Integer, _ ByVal length As Integer, _ ByVal destinationSize As Integer _ ) |
C# | |
---|---|
public virtual void SetData( Array sourceArray, int sourceIndex, int destinationIndex, int length, int destinationSize ) |
C++/CLI | |
---|---|
public: virtual void SetData( Array^ sourceArray, int sourceIndex, int destinationIndex, int length, int destinationSize ) |
Parameters
- sourceArray
- source data array
- sourceIndex
- offset into the source data array.
- destinationIndex
- offset into the destination array.
- length
- length of source data array to copy.
- destinationSize
- length of the destination array.
The destination array is resized to the destinationSize, retaining any old data in the array.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)