CoverageDS.MergeFileLines Method (IEnumerable<CoverageDSPriv.LinesRow>)

 

Merges the line information across all modules. This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:   Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

public static IList<LineCoverageInfo> MergeFileLines(
    IEnumerable<CoverageDSPriv.LinesRow> lines
)
public:
static IList<LineCoverageInfo>^ MergeFileLines(
    IEnumerable<CoverageDSPriv::LinesRow^>^ lines
)
static member MergeFileLines : 
        lines:IEnumerable<CoverageDSPriv.LinesRow> -> IList<LineCoverageInfo>
Public Shared Function MergeFileLines (
    lines As IEnumerable(Of CoverageDSPriv.LinesRow)
) As IList(Of LineCoverageInfo)

Parameters

Return Value

Type: System.Collections.Generic.IList<LineCoverageInfo>

A list of LineCoverageInfo objects that represent the merged lines.

See Also

IEnumerable<T>
CoverageDSPriv.LinesRow
LineCoverageInfo
CoverageDS Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top