Share via


Assert.AssertIsNullInterpolatedStringHandler Constructor

Definition

public AssertIsNullInterpolatedStringHandler(int literalLength, int formattedCount, object value, out bool shouldAppend);
new Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertIsNullInterpolatedStringHandler : int * int * obj * bool -> Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertIsNullInterpolatedStringHandler
Public Sub New (literalLength As Integer, formattedCount As Integer, value As Object, ByRef shouldAppend As Boolean)

Parameters

literalLength
Int32
formattedCount
Int32
value
Object
shouldAppend
Boolean

Applies to