次の方法で共有


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 で説明します。

適用対象