// Assembly: mscorlib
// Full name: System.Text.EncodingProvider

namespace System.Text
{
public class EncodingProvider // TypeDefIndex: 3953
{
	// Fields
	type#23710 s_InternalSyncObject;
	type#13010 s_providers;

	// Methods
	// RVA: -1
	public abstract type#17811 GetEncoding(type#26576 name) { }
	// RVA: -1
	public abstract type#17811 GetEncoding(type#20867 codepage) { }
	// RVA: -1
	public virtual type#17811 GetEncoding(type#20867 codepage, type#17800 encoderFallback, type#17176 decoderFallback) { }
	// RVA: -1
	internal static type#17811 GetEncodingFromProvider(type#20867 codepage) { }
	// RVA: -1
	internal static type#17811 GetEncodingFromProvider(type#26576 encodingName) { }
	// RVA: -1
	internal static type#17811 GetEncodingFromProvider(type#20867 codepage, type#17800 enc, type#17176 dec) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
