Share via


CoverageDSPriv.MethodRow.IsLinesCoveredNull Method ()

 

Returns a value that indicates whether the LinesCovered property is null. 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

[DebuggerNonUserCodeAttribute]
public bool IsLinesCoveredNull()
public:
[DebuggerNonUserCodeAttribute]
bool IsLinesCoveredNull()
[<DebuggerNonUserCodeAttribute>]
member IsLinesCoveredNull : unit -> bool
<DebuggerNonUserCodeAttribute>
Public Function IsLinesCoveredNull As Boolean

Return Value

Type: System.Boolean

true if the LinesCovered property is null; otherwise, false.

See Also

LinesCovered
CoverageDSPriv.MethodRow Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top