[]
Creates instance.
public override object CreateInstance(ITypeDescriptorContext context, IDictionary propertyValues)
| Type | Name | Description |
|---|---|---|
| ITypeDescriptorContext | context | The context. |
| IDictionary | propertyValues | The properties. |
| Type | Description |
|---|---|
| object | New instance. |
| Type | Condition |
|---|---|
| ArgumentNullException | Occurs if context or properties is null. |