Conversion.IsReference 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果轉換是隱含參考轉換或明確參考轉換,則傳回 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 節會說明隱含和明確的參考轉換。