// Assembly: mscorlib
// Full name: System.Buffer

namespace System
{
public class Buffer // TypeDefIndex: 3625
{

	// Methods
	// RVA: -1
	internal static type#15313 InternalBlockCopy(type#14435 src, type#20867 srcOffsetBytes, type#14435 dst, type#20867 dstOffsetBytes, type#20867 byteCount) { }
	// RVA: -1
	internal static type#20867 IndexOfByte(type#12376 src, type#15455 value, type#20867 index, type#20867 count) { }
	// RVA: -1
	private static type#20867 _ByteLength(type#14435 array) { }
	// RVA: -1
	internal static type#28660 ZeroMemory(type#12376 src, type#20900 len) { }
	// RVA: -1
	internal static type#28660 Memcpy(type#12376 pDest, type#20867 destIndex, type#12860 src, type#20867 srcIndex, type#20867 len) { }
	// RVA: -1
	internal static type#28660 InternalMemcpy(type#12376 dest, type#12376 src, type#20867 count) { }
	// RVA: -1
	public static type#20867 ByteLength(type#14435 array) { }
	// RVA: -1
	public static type#28660 BlockCopy(type#14435 src, type#20867 srcOffset, type#14435 dst, type#20867 dstOffset, type#20867 count) { }
	// RVA: -1
	public static type#28660 MemoryCopy(type#12457 source, type#12457 destination, type#20900 destinationSizeInBytes, type#20900 sourceBytesToCopy) { }
	// RVA: -1
	internal static type#28660 memcpy4(type#12376 dest, type#12376 src, type#20867 size) { }
	// RVA: -1
	internal static type#28660 memcpy2(type#12376 dest, type#12376 src, type#20867 size) { }
	// RVA: -1
	private static type#28660 memcpy1(type#12376 dest, type#12376 src, type#20867 size) { }
	// RVA: -1
	internal static type#28660 Memcpy(type#12376 dest, type#12376 src, type#20867 len) { }
	// RVA: -1
	internal static type#28660 Memmove(type#12376 dest, type#12376 src, type#27917 len) { }
	// RVA: -1
	internal static type#28660 Memmove(type#11339 destination, type#11339 source, type#27937 elementCount) { }
}
}
