Mapping of name to type
[Key.ToString()] is the accelerator for Value.GetType() (or just Value if that is a System.Type already.
[Key.ToString()]
Value.GetType()
Value
System.Type
public Hashtable Mapping { get; set; }