Chain.IsEmpty Property

When overridden in a derived class, gets a value that indicates whether the chain is empty.

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

Syntax

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

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

Chain Class

Microsoft.VisualStudio.IntelliTrace Namespace