NullableConverter::CreateInstance Method (ITypeDescriptorContext^, IDictionary^)

 

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:   System.ComponentModel
Assembly:  System (in System.dll)

public:
virtual Object^ CreateInstance(
	ITypeDescriptorContext^ context,
	IDictionary^ propertyValues
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An ITypeDescriptorContext that provides a format context.

propertyValues
Type: System.Collections::IDictionary^

An IDictionary of new property values.

Return Value

Type: System::Object^

An Object representing the given IDictionary, or null if the object cannot be created. This method always returns null.

.NET Framework
Available since 2.0
Return to top
Show: