次の方法で共有


Conversion.IsInterpolatedString プロパティ

定義

変換が補間文字列変換の場合は true を返します。

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

プロパティ値

注釈

C# 言語仕様のセクション 6.1.N で説明されている挿入文字列変換。

適用対象