共用方式為


Conversion.IsReference 屬性

定義

如果轉換是隱含參考轉換或明確參考轉換,則傳回 true。

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

屬性值

備註

C# 語言規格的 6.1.6 和 6.2.4 節會說明隱含和明確的參考轉換。

適用於