Conversion.IsReference 属性  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果转换是隐式引用转换或显式引用转换,则返回 true。
public:
 property bool IsReference { bool get(); };public bool IsReference { get; }member this.IsReference : boolPublic ReadOnly Property IsReference As Boolean属性值
注解
C# 语言规范的 6.1.6 和 6.2.4 部分介绍了隐式和显式引用转换。