| Overload | Description |
|---|---|
| CreateInstance(ITypeDescriptorContext,IDictionary) | Creates an instance of this type given a set of property values for the object. This is useful for objects that are immutable, but still want to provide changable properties. |
| CreateInstance(IDictionary) | Re-creates an System.Object given a set of property values for the object. (Inherited from System.ComponentModel.TypeConverter) |