次の方法で共有


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 で説明します。

適用対象