CoverageDSPriv.ClassRow.IsLinesNotCoveredNull Method ()
Determines whether the LinesNotCovered property value 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 IsLinesNotCoveredNull()
public:
[DebuggerNonUserCodeAttribute]
bool IsLinesNotCoveredNull()
[<DebuggerNonUserCodeAttribute>]
member IsLinesNotCoveredNull : unit -> bool
<DebuggerNonUserCodeAttribute>
Public Function IsLinesNotCoveredNull As Boolean
Return Value
Type: System.Boolean
true if the LinesNotCovered property value is null; otherwise, false.
See Also
LinesNotCovered
CoverageDSPriv.ClassRow Class
Microsoft.VisualStudio.Coverage.Analysis Namespace
Return to top