RectangleConverter..::..CreateInstance Method
Creates an instance of the type that this TypeConverter is associated with, using the specified context, given a set of property values for the object.
Namespace:
SquidAssembly: Squid.Core (in Squid.Core.dll)
Syntax
public Object CreateInstance( ITypeDescriptorContext context, IDictionary propertyValues )
Public Function CreateInstance ( _ context As ITypeDescriptorContext, _ propertyValues As IDictionary _ ) As Object
public: Object^ CreateInstance( ITypeDescriptorContext^ context, IDictionary^ propertyValues )
Parameters
- context
- Type: ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
- propertyValues
- Type: IDictionary
An IDictionary of new property values.