Conversion.IsExplicit 属性

定义

如果转换是显式的,则返回 true。

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

属性值

注解

C# 语言规范的第 6.2 节介绍了显式转换。

适用于