Table of Contents

Method IsEmpty

Namespace
Zyl.ExSpans
Assembly
ExSpans.Core.dll

IsEmpty(IExLength)

Gets a value indicating whether this object is empty (返回一个值,该值指示当前源对象为空).

[FakeCLSCompliant(false)]
public static bool IsEmpty(this IExLength source)

Parameters

source IExLength

Source object (源对象).

Returns

bool

true if this object is empty; otherwise, false (当前对象为空时为 true; 否则为 false).