Share via


Assert.AssertIsNotNullInterpolatedStringHandler Constructor

Definition

public AssertIsNotNullInterpolatedStringHandler(int literalLength, int formattedCount, object value, out bool shouldAppend);
new Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertIsNotNullInterpolatedStringHandler : int * int * obj * bool -> Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertIsNotNullInterpolatedStringHandler
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