Share via


Conversion.IsDynamic Property

Definition

Returns true if the conversion is an implicit dynamic conversion.

public:
 property bool IsDynamic { bool get(); };
public bool IsDynamic { get; }
member this.IsDynamic : bool
Public ReadOnly Property IsDynamic As Boolean

Property Value

Remarks

Implicit dynamic conversions are described in section 6.1.8 of the C# language specification.

Applies to