// Assembly: UnityEngine.PropertiesModule
// Full name: Unity.Properties.ConversionRegistry

namespace Unity.Properties
{
public class ConversionRegistry // TypeDefIndex: 11559
{
	// Fields
	type#30599 Comparer;
	type#4926 m_Converters;

	// Methods
	// RVA: -1
	private type#28660 .ctor(type#4925 storage) { }
	// RVA: -1
	public static type#16491 Create() { }
	// RVA: -1
	public type#28660 Register(type#27705 source, type#27705 destination, type#17247 converter) { }
	// RVA: -1
	public type#17247 GetConverter(type#27705 source, type#27705 destination) { }
	// RVA: -1
	public type#15313 TryGetConverter(type#27705 source, type#27705 destination, type#11852 converter) { }
	// RVA: -1
	public virtual type#15313 Equals(type#16491 x, type#16491 y) { }
	// RVA: -1
	public virtual type#20867 GetHashCode(type#16491 obj) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
