ImmutableArray<T>.IsEmpty Egenskap

Definition

Hämtar ett värde som anger om detta ImmutableArray<T> är tomt.

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

Egenskapsvärde

true om är ImmutableArray<T> tom, annars false.

Gäller för