Click or drag to resize
GuidByteArrayConverter.CreateInstance Method (ITypeDescriptorContext, IDictionary)
Creates an instance of the Type that this TypeConverter is associated with (Guid)

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public override Object CreateInstance(
	ITypeDescriptorContext context,
	IDictionary propertyValues
)

Parameters

context
Type: System.ComponentModel.ITypeDescriptorContext
ignored.
propertyValues
Type: System.Collections.IDictionary
ignored.

Return Value

Type: Object
Guid.Empty
See Also