Table of Contents

Property IsEmpty

Namespace
Zyl.ExSpans
Assembly
ExSpans.Core.dll

IsEmpty

Gets a value indicating whether this ReadOnlyExSpan<T> is empty (返回一个值,该值指示当前只读扩展跨度为空).

public bool IsEmpty { get; }

Property Value

bool

true if this Ex span is empty; otherwise, false (当前跨度为空时为 true; 否则为 false).