Buffer.CopyFrom 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.
Overloads
| CopyFrom(Byte[], Int32, Int32) | |
| CopyFrom(Byte[], Int32, Int32, Int32) |
CopyFrom(Byte[], Int32, Int32)
public:
void CopyFrom(cli::array <System::Byte> ^ sourceArray, int sourceIndex, int length);
public void CopyFrom (byte[] sourceArray, int sourceIndex, int length);
member this.CopyFrom : byte[] * int * int -> unit
Public Sub CopyFrom (sourceArray As Byte(), sourceIndex As Integer, length As Integer)
Parameters
- sourceArray
- Byte[]
- sourceIndex
- Int32
- length
- Int32
Applies to
CopyFrom(Byte[], Int32, Int32, Int32)
public:
void CopyFrom(cli::array <System::Byte> ^ sourceArray, int sourceIndex, int length, int destinationIndex);
public void CopyFrom (byte[] sourceArray, int sourceIndex, int length, int destinationIndex);
member this.CopyFrom : byte[] * int * int * int -> unit
Public Sub CopyFrom (sourceArray As Byte(), sourceIndex As Integer, length As Integer, destinationIndex As Integer)
Parameters
- sourceArray
- Byte[]
- sourceIndex
- Int32
- length
- Int32
- destinationIndex
- Int32