Assert.AssertIsExactInstanceOfTypeInterpolatedStringHandler 構造体

定義

アサーションが失敗した場合にのみメッセージを割り当て、書式設定する Assert.IsExactInstanceOfType オーバーロードによって使用される挿入文字列ハンドラーを提供します。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Runtime.CompilerServices.InterpolatedStringHandler]
[System.Runtime.CompilerServices.IsReadOnly]
[System.Runtime.CompilerServices.Nullable(0)]
public readonly struct Assert.AssertIsExactInstanceOfTypeInterpolatedStringHandler
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public readonly struct Assert.AssertIsExactInstanceOfTypeInterpolatedStringHandler
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Runtime.CompilerServices.InterpolatedStringHandler]
[System.Runtime.CompilerServices.IsReadOnly]
[System.Runtime.CompilerServices.Nullable(0)]
[System.Diagnostics.StackTraceHidden]
public readonly struct Assert.AssertIsExactInstanceOfTypeInterpolatedStringHandler
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
[<System.Runtime.CompilerServices.InterpolatedStringHandler>]
[<System.Runtime.CompilerServices.IsReadOnly>]
[<System.Runtime.CompilerServices.Nullable(0)>]
type Assert.AssertIsExactInstanceOfTypeInterpolatedStringHandler = struct
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
type Assert.AssertIsExactInstanceOfTypeInterpolatedStringHandler = struct
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
[<System.Runtime.CompilerServices.InterpolatedStringHandler>]
[<System.Runtime.CompilerServices.IsReadOnly>]
[<System.Runtime.CompilerServices.Nullable(0)>]
[<System.Diagnostics.StackTraceHidden>]
type Assert.AssertIsExactInstanceOfTypeInterpolatedStringHandler = struct
Public Structure Assert.AssertIsExactInstanceOfTypeInterpolatedStringHandler
継承
Assert.AssertIsExactInstanceOfTypeInterpolatedStringHandler
属性

注釈

この型はコンパイラで使用することを目的としています。ユーザーは直接参照しないでください。

コンストラクター

名前 説明
Assert.AssertIsExactInstanceOfTypeInterpolatedStringHandler(Int32, Int32, Object, Type, Boolean)

Assert.AssertIsExactInstanceOfTypeInterpolatedStringHandler 構造体の新しいインスタンスを初期化します。

メソッド

名前 説明
AppendFormatted(Object, Int32, String)

アサーションが失敗した場合にのみメッセージを割り当て、書式設定する Assert.IsExactInstanceOfType オーバーロードによって使用される挿入文字列ハンドラーを提供します。

AppendFormatted(ReadOnlySpan<Char>, Int32, String)

アサーションが失敗した場合にのみメッセージを割り当て、書式設定する Assert.IsExactInstanceOfType オーバーロードによって使用される挿入文字列ハンドラーを提供します。

AppendFormatted(ReadOnlySpan<Char>)

アサーションが失敗した場合にのみメッセージを割り当て、書式設定する Assert.IsExactInstanceOfType オーバーロードによって使用される挿入文字列ハンドラーを提供します。

AppendFormatted(String, Int32, String)

アサーションが失敗した場合にのみメッセージを割り当て、書式設定する Assert.IsExactInstanceOfType オーバーロードによって使用される挿入文字列ハンドラーを提供します。

AppendFormatted(String)

アサーションが失敗した場合にのみメッセージを割り当て、書式設定する Assert.IsExactInstanceOfType オーバーロードによって使用される挿入文字列ハンドラーを提供します。

AppendFormatted<T>(T, Int32, String)

アサーションが失敗した場合にのみメッセージを割り当て、書式設定する Assert.IsExactInstanceOfType オーバーロードによって使用される挿入文字列ハンドラーを提供します。

AppendFormatted<T>(T, Int32)

アサーションが失敗した場合にのみメッセージを割り当て、書式設定する Assert.IsExactInstanceOfType オーバーロードによって使用される挿入文字列ハンドラーを提供します。

AppendFormatted<T>(T, String)

アサーションが失敗した場合にのみメッセージを割り当て、書式設定する Assert.IsExactInstanceOfType オーバーロードによって使用される挿入文字列ハンドラーを提供します。

AppendFormatted<T>(T)

アサーションが失敗した場合にのみメッセージを割り当て、書式設定する Assert.IsExactInstanceOfType オーバーロードによって使用される挿入文字列ハンドラーを提供します。

AppendLiteral(String)

アサーションが失敗した場合にのみメッセージを割り当て、書式設定する Assert.IsExactInstanceOfType オーバーロードによって使用される挿入文字列ハンドラーを提供します。

適用対象