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

namespace System
{
public class ReadOnlySpan`1 // TypeDefIndex: 3540
{
	// Fields
	type#3757 _pointer;
	type#20877 _length;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#12657 array) { }
	// RVA: -1
	public type#28660 .ctor(type#12657 array, type#20867 start, type#20867 length) { }
	// RVA: -1
	public type#28660 .ctor(type#12457 pointer, type#20867 length) { }
	// RVA: -1
	internal type#28660 .ctor(type#11494 ptr, type#20867 length) { }
	// RVA: -1
	public type#11494 get_Item(type#20867 index) { }
	// RVA: -1
	public type#11494 GetPinnableReference() { }
	// RVA: -1
	public type#28660 CopyTo(type#10209 destination) { }
	// RVA: -1
	public type#15313 TryCopyTo(type#10209 destination) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	public type#10087 Slice(type#20867 start) { }
	// RVA: -1
	public type#10087 Slice(type#20867 start, type#20867 length) { }
	// RVA: -1
	public type#12657 ToArray() { }
	// RVA: -1
	public type#20867 get_Length() { }
	// RVA: -1
	public type#15313 get_IsEmpty() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public static type#10087 op_Implicit(type#12657 array) { }
	// RVA: -1
	public static type#10087 get_Empty() { }
}
}
