Edit

Share via


DynamicActivity<TResult>.ICustomTypeDescriptor.GetConverter Method

Definition

Returns a type converter for the dynamic activity.

System.ComponentModel.TypeConverter ICustomTypeDescriptor.GetConverter();

Returns

A type converter for this dynamic activity instance.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the DynamicActivity<TResult> instance is cast to an ICustomTypeDescriptor interface.

Applies to