FilteredListChain.IsEmpty Property
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 Overrides ReadOnly Property IsEmpty As Boolean
public override bool IsEmpty { get; }
public:
virtual property bool IsEmpty {
bool get () override;
}
abstract IsEmpty : bool with get
override IsEmpty : bool with get
override function get IsEmpty () : boolean
Property Value
Type: Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.