Assert.AssertIsTrueInterpolatedStringHandler Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public AssertIsTrueInterpolatedStringHandler(int literalLength, int formattedCount, bool? condition, out bool shouldAppend);
new Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertIsTrueInterpolatedStringHandler : int * int * Nullable<bool> * bool -> Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertIsTrueInterpolatedStringHandler
Public Sub New (literalLength As Integer, formattedCount As Integer, condition As Nullable(Of Boolean), ByRef shouldAppend As Boolean)
Parameters
- literalLength
- Int32
- formattedCount
- Int32
- shouldAppend
- Boolean