CommonConversion.IsImplicit 属性

定义

如果转换是隐式 (C#) 或扩大 (VB) 转换,则返回 true。

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

属性值

适用于