Chain.IsEmpty Property

Definition

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

public:
 abstract property bool IsEmpty { bool get(); };
public:
 abstract property bool IsEmpty { bool get(); };
public abstract bool IsEmpty { get; }
member this.IsEmpty : bool
Public MustOverride ReadOnly Property IsEmpty As Boolean

Property Value

Applies to