Conversion.IsReference Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.