Share via


Assert.AssertCountInterpolatedStringHandler<TItem> Constructors

Definition

Overloads

Assert.AssertCountInterpolatedStringHandler<TItem>(Int32, Int32, IEnumerable<TItem>, Boolean)

Source:
Assert.Count.cs
public AssertCountInterpolatedStringHandler(int literalLength, int formattedCount, System.Collections.Generic.IEnumerable<TItem> collection, out bool shouldAppend);
new Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertCountInterpolatedStringHandler<'Item> : int * int * seq<'Item> * bool -> Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertCountInterpolatedStringHandler<'Item>
Public Sub New (literalLength As Integer, formattedCount As Integer, collection As IEnumerable(Of TItem), ByRef shouldAppend As Boolean)

Parameters

literalLength
Int32
formattedCount
Int32
collection
IEnumerable<TItem>
shouldAppend
Boolean

Applies to

Assert.AssertCountInterpolatedStringHandler<TItem>(Int32, Int32, Int32, IEnumerable<TItem>, Boolean)

Source:
Assert.Count.cs
public AssertCountInterpolatedStringHandler(int literalLength, int formattedCount, int count, System.Collections.Generic.IEnumerable<TItem> collection, out bool shouldAppend);
new Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertCountInterpolatedStringHandler<'Item> : int * int * int * seq<'Item> * bool -> Microsoft.VisualStudio.TestTools.UnitTesting.Assert.AssertCountInterpolatedStringHandler<'Item>
Public Sub New (literalLength As Integer, formattedCount As Integer, count As Integer, collection As IEnumerable(Of TItem), ByRef shouldAppend As Boolean)

Parameters

literalLength
Int32
formattedCount
Int32
count
Int32
collection
IEnumerable<TItem>
shouldAppend
Boolean

Applies to