次の方法で共有


List.empty Method

Definition

Determines whether a list is empty.

public:
 bool empty();
public bool empty ();
member this.empty : unit -> bool
Public Function empty () As Boolean

Returns

true if the list is empty; otherwise, false.

Applies to