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 部分介绍了隐式和显式引用转换。

适用于