Share via


TypeAttribute.CanConvertFrom Property

Definition

Gets or sets the types this type can convert from.

public:
 property cli::array <Type ^> ^ CanConvertFrom { cli::array <Type ^> ^ get(); void set(cli::array <Type ^> ^ value); };
public Type[] CanConvertFrom { get; set; }
member this.CanConvertFrom : Type[] with get, set
Public Property CanConvertFrom As Type()

Property Value

Type[]

Remarks

Types that support explicit and implicit operator conversion are included by default and don't need to be specified.

Applies to