// Assembly: mscorlib
// Full name: System.Threading.CancellationTokenRegistration

namespace System.Threading
{
public class CancellationTokenRegistration // TypeDefIndex: 3761
{
	// Fields
	type#15723 m_callbackInfo;
	type#10230 m_registrationInfo;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#15721 callbackInfo, type#10229 registrationInfo) { }
	// RVA: -1
	public type#15313 Unregister() { }
	// RVA: -1
	public virtual type#28660 Dispose() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#15313 Equals(type#15733 other) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
}
}
