[]
Gets a DoubleCollection type descriptor for the given type and object.
public override ICustomTypeDescriptor GetTypeDescriptor(Type objectType, object instance)
Public Overrides Function GetTypeDescriptor(objectType As Type, instance As Object) As ICustomTypeDescriptor
| Type | Name | Description |
|---|---|---|
| Type | objectType | The type of object for which to retrieve the type descriptor. |
| object | instance | An instance of the type. Can be null if no instance was passed to the System.ComponentModel.TypeDescriptor. |
| Type | Description |
|---|---|
| ICustomTypeDescriptor | An System.ComponentModel.ICustomTypeDescriptor that can provide metadata for the type. |