Method Fill
Fill(void*, nuint, byte)
Copies the byte value to the first byteCount bytes
of the memory located at ptr (将字节value复制到 ptr处起始、byteCount字节的内存块).
[CLSCompliant(false)]
public static void Fill(void* ptr, nuint byteCount, byte value)
Copies the byte value to the first byteCount bytes
of the memory located at ptr (将字节value复制到 ptr处起始、byteCount字节的内存块).
[CLSCompliant(false)]
public static void Fill(void* ptr, nuint byteCount, byte value)