'Declaration
Protected Function CreateInstance( _ ByVal type As System.Type _ ) As System.Object
'Usage
Dim instance As PropertyValueDescriptor Dim type As System.Type Dim value As System.Object value = instance.CreateInstance(type)
protected System.object CreateInstance( System.Type type )
Parameters
- type