อ่านในภาษาอังกฤษ แก้ไข

แชร์ผ่าน


Span<T>.IsEmpty Property

Definition

Returns a value that indicates whether the current Span<T> is empty.

C#
public bool IsEmpty { get; }

Property Value

true if the current span is empty; otherwise, false.

Applies to