[]
Creates an object of this type by using a specified set of property values for the object.
public override object CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)
Public Overrides Function CreateInstance(context As ITypeDescriptorContext, propertyValues As IDictionary) As Object
| Type | Name | Description |
|---|---|---|
| ITypeDescriptorContext | context | Type descriptor context |
| IDictionary | propertyValues | Dictionary of property values |
| Type | Description |
|---|---|
| object | An System.Object representing the given System.Collections.IDictionary |