Conversion.IsReference Property

Definition

Returns true if the conversion is an implicit reference conversion or explicit reference conversion.

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

Property Value

Remarks

Implicit and explicit reference conversions are described in sections 6.1.6 and 6.2.4 of the C# language specification.

Applies to