// Assembly: mscorlib
// Full name: System.Globalization.ISimpleCollator

namespace System.Globalization
{
public class ISimpleCollator // TypeDefIndex: 4671
{

	// Methods
	// RVA: -1
	public abstract type#26191 GetSortKey(type#26576 source, type#16213 options) { }
	// RVA: -1
	public abstract type#20867 Compare(type#26576 s1, type#20867 idx1, type#20867 len1, type#26576 s2, type#20867 idx2, type#20867 len2, type#16213 options) { }
	// RVA: -1
	public abstract type#15313 IsPrefix(type#26576 src, type#26576 target, type#16213 opt) { }
	// RVA: -1
	public abstract type#15313 IsSuffix(type#26576 src, type#26576 target, type#16213 opt) { }
	// RVA: -1
	public abstract type#20867 IndexOf(type#26576 s, type#26576 target, type#20867 start, type#20867 length, type#16213 opt) { }
	// RVA: -1
	public abstract type#20867 LastIndexOf(type#26576 s, type#26576 target, type#20867 start, type#20867 length, type#16213 opt) { }
}
}
