[]
Creates a Corners object given a set of property values for the object.
public override object CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)
Type | Name | Description |
---|---|---|
ITypeDescriptorContext | context | An ITypeDescriptorContext that provides a format context. |
IDictionary | propertyValues | A contains a series of name-value pairs with the new property values. |
Type | Description |
---|---|
object | The newly created object, or null if the object could not be created. |