Assert.AssertCountInterpolatedStringHandler<TItem> Constructors
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.
Overloads
Assert.AssertCountInterpolatedStringHandler<TItem>(Int32, Int32, IEnumerable<TItem>, Boolean) | |
Assert.AssertCountInterpolatedStringHandler<TItem>(Int32, Int32, Int32, IEnumerable<TItem>, Boolean) |
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