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

namespace System
{
public class StringComparison // TypeDefIndex: 3555
{
	// Fields
	type#20890 value__;
	type#26621 CurrentCulture;
	type#26621 CurrentCultureIgnoreCase;
	type#26621 InvariantCulture;
	type#26621 InvariantCultureIgnoreCase;
	type#26621 Ordinal;
	type#26621 OrdinalIgnoreCase;
}
}
