// Assembly: mscorlib
// Full name: System.ReadOnlyMemory`1

namespace System
{
public class ReadOnlyMemory`1 // TypeDefIndex: 3539
{
	// Fields
	type#23712 _object;
	type#20877 _index;
	type#20877 _length;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#12656 array, type#20867 start, type#20867 length) { }
	// RVA: -1
	internal type#28660 .ctor(type#23705 obj, type#20867 start, type#20867 length) { }
	// RVA: -1
	public type#20867 get_Length() { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	public type#10071 Slice(type#20867 start) { }
	// RVA: -1
	public type#10086 get_Span() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#15313 Equals(type#10071 other) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	private static type#20867 CombineHashCodes(type#20867 left, type#20867 right) { }
	// RVA: -1
	private static type#20867 CombineHashCodes(type#20867 h1, type#20867 h2, type#20867 h3) { }
	// RVA: -1
	internal type#23705 GetObjectStartLength(type#11944 start, type#11944 length) { }
}
}
