ImmutableQueue<T>.IsEmpty 屬性

定義

取得值,這個值表示這個不可變佇列是否空白。

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

屬性值

true如果這個佇列是空的;否則,。 false

實作

適用於