Conversion.Exists 属性

定义

如果转换存在(作为隐式转换或显式转换),则返回 true。

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

属性值

注解

转换的存在并不一定意味着转换有效。 例如,可能存在不明确的用户定义的转换,但可能无效。

适用于