ListChain.IsEmpty Property

Gets a value that indicates whether the chain is empty.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property IsEmpty As Boolean
    Get
public override bool IsEmpty { get; }
public:
virtual property bool IsEmpty {
    bool get () override;
}
abstract IsEmpty : bool
override IsEmpty : bool
override function get IsEmpty () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ListChain Class

Microsoft.VisualStudio.IntelliTrace Namespace