[]
        
(Showing Draft Content)

FarPoint.Win.Chart.DoubleCollectionTypeDescriptionProvider.GetTypeDescriptor

GetTypeDescriptor Method

GetTypeDescriptor(Type, object)

Gets a DoubleCollection type descriptor for the given type and object.

Declaration
public override ICustomTypeDescriptor GetTypeDescriptor(Type objectType, object instance)
Public Overrides Function GetTypeDescriptor(objectType As Type, instance As Object) As ICustomTypeDescriptor
Parameters
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.

Returns
Type Description
ICustomTypeDescriptor

An System.ComponentModel.ICustomTypeDescriptor that can provide metadata for the type.

Overrides