Class BufferImpl
Inheritance
System.Object
BufferImpl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.Core_Asm
Assembly: Cosmos.Core_Asm.dll
Syntax
public class BufferImpl
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 |
---|---|---|
System.Array | src | |
System.Int32 | srcOffset | |
System.Array | dst | |
System.Int32 | dstOffset | |
System.Int32 | count |