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

namespace System
{
public class Span`1 // TypeDefIndex: 3546
{
	// Fields
	type#3758 _pointer;
	type#20877 _length;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#12660 array) { }
	// RVA: -1
	public type#28660 .ctor(type#12660 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#11499 ptr, type#20867 length) { }
	// RVA: -1
	public type#11499 get_Item(type#20867 index) { }
	// RVA: -1
	public type#11499 GetPinnableReference() { }
	// RVA: -1
	public type#28660 Clear() { }
	// RVA: -1
	public type#28660 Fill(type#1346 value) { }
	// RVA: -1
	public type#28660 CopyTo(type#10211 destination) { }
	// RVA: -1
	public type#15313 TryCopyTo(type#10211 destination) { }
	// RVA: -1
	public static type#10088 op_Implicit(type#10211 span) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	public type#10211 Slice(type#20867 start) { }
	// RVA: -1
	public type#10211 Slice(type#20867 start, type#20867 length) { }
	// RVA: -1
	public type#12660 ToArray() { }
	// RVA: -1
	public type#20867 get_Length() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public static type#10211 op_Implicit(type#12660 array) { }
}
}
