Assert.AssertGenericIsNotInstanceOfTypeInterpolatedStringHandler<TArg> Struct

Definition

Provides an interpolated string handler used by Assert.IsNotInstanceOfType overloads that only allocates and formats the message when the assertion is failing.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public readonly struct Assert.AssertGenericIsNotInstanceOfTypeInterpolatedStringHandler<TArg>
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Runtime.CompilerServices.InterpolatedStringHandler]
[System.Runtime.CompilerServices.IsReadOnly]
[System.Runtime.CompilerServices.Nullable(0)]
public readonly struct Assert.AssertGenericIsNotInstanceOfTypeInterpolatedStringHandler<TArg>
[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.AssertGenericIsNotInstanceOfTypeInterpolatedStringHandler<TArg>
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
type Assert.AssertGenericIsNotInstanceOfTypeInterpolatedStringHandler<'Arg> = struct
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
[<System.Runtime.CompilerServices.InterpolatedStringHandler>]
[<System.Runtime.CompilerServices.IsReadOnly>]
[<System.Runtime.CompilerServices.Nullable(0)>]
type Assert.AssertGenericIsNotInstanceOfTypeInterpolatedStringHandler<'Arg> = 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.AssertGenericIsNotInstanceOfTypeInterpolatedStringHandler<'Arg> = struct
Public Structure Assert.AssertGenericIsNotInstanceOfTypeInterpolatedStringHandler(Of TArg)

Type Parameters

TArg

The type the value is expected to be related to.

Inheritance
Assert.AssertGenericIsNotInstanceOfTypeInterpolatedStringHandler<TArg>
Attributes

Remarks

This type is intended to be used by the compiler; users should not reference it directly.

Applies to