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

namespace System
{
public class MemoryExtensions // TypeDefIndex: 3513
{

	// Methods
	// RVA: -1
	internal static type#15313 EqualsOrdinal(type#10092 span, type#10092 value) { }
	// RVA: -1
	internal static type#15313 EqualsOrdinalIgnoreCase(type#10092 span, type#10092 value) { }
	// RVA: -1
	internal static type#15313 Contains(type#10092 source, type#15837 value) { }
	// RVA: -1
	public static type#20867 ToUpperInvariant(type#10092 source, type#10218 destination) { }
	// RVA: -1
	public static type#15313 EndsWith(type#10092 span, type#10092 value, type#26619 comparisonType) { }
	// RVA: -1
	public static type#10199 AsSpan(type#12566 array, type#20867 start) { }
	// RVA: -1
	public static type#10092 AsSpan(type#26576 text) { }
	// RVA: -1
	public static type#10092 AsSpan(type#26576 text, type#20867 start) { }
	// RVA: -1
	public static type#10092 AsSpan(type#26576 text, type#20867 start, type#20867 length) { }
	// RVA: -1
	public static type#10092 Trim(type#10092 span) { }
	// RVA: -1
	public static type#10092 TrimStart(type#10092 span) { }
	// RVA: -1
	public static type#10092 TrimEnd(type#10092 span) { }
	// RVA: -1
	public static type#20867 IndexOf(type#10202 span, type#573 value) { }
	// RVA: -1
	public static type#20867 IndexOf(type#10203 span, type#10077 value) { }
	// RVA: -1
	public static type#20867 IndexOf(type#10076 span, type#572 value) { }
	// RVA: -1
	public static type#20867 IndexOfAny(type#10078 span, type#10078 values) { }
	// RVA: -1
	public static type#15313 SequenceEqual(type#10079 span, type#10079 other) { }
	// RVA: -1
	public static type#15313 StartsWith(type#10080 span, type#10080 value) { }
	// RVA: -1
	public static type#15313 EndsWith(type#10075 span, type#10075 value) { }
	// RVA: -1
	public static type#10198 AsSpan(type#12565 array) { }
	// RVA: -1
	public static type#10200 AsSpan(type#12567 array, type#20867 start, type#20867 length) { }
	// RVA: -1
	public static type#28660 CopyTo(type#12568 source, type#10201 destination) { }
	// RVA: -1
	private static type#15313 IsTypeComparableAsBytes(type#12200 size) { }
}
}
