Share via


CoverageDSPriv.LinesRow.IsMethodKeyNameNull Method ()

 

Determines whether the MethodKeyName 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 IsMethodKeyNameNull()
public:
[DebuggerNonUserCodeAttribute]
bool IsMethodKeyNameNull()
[<DebuggerNonUserCodeAttribute>]
member IsMethodKeyNameNull : unit -> bool
<DebuggerNonUserCodeAttribute>
Public Function IsMethodKeyNameNull As Boolean

Return Value

Type: System.Boolean

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

See Also

MethodKeyName
CoverageDSPriv.LinesRow Class
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top