Span<T>.IsEmpty 屬性

定義

傳回值,指出目前的 Span<T> 是否為空白。

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

屬性值

true 如果目前的範圍是空的,則為 ;否則為 false

適用於