Class BufferImpl
Inheritance
System.Object
BufferImpl
Namespace: Cosmos.Core_Asm
Assembly: Cosmos.Core_Asm.dll
Syntax
public class BufferImpl : object
Methods
| Improve this Doc View SourceBlockCopy(Array, Int32, Array, Int32, Int32)
Declaration
public static void BlockCopy(Array src, int srcOffset, Array dst, int dstOffset, int count)
Parameters
Type | Name | Description |
---|---|---|
Array | src | |
System.Int32 | srcOffset | |
Array | dst | |
System.Int32 | dstOffset | |
System.Int32 | count |