Share via


Conversion.Exists 属性

定义

如果转换存在,则返回 True,作为扩大或缩小转换。

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

属性值

注解

如果返回 True,则正好返回 True 或IsNarrowingIsWidening将返回 True。 如果返回 False,则 IsNarrowing 既不返回 True,也不 IsWidening 返回 True。

适用于