Int64Aggregator.IsEmpty Propriedade

Definição

Retorna um valor booliano que indica se a sequência de valores Int64 está vazia.Returns a Boolean value that indicates whether the sequence of Int64 values is empty.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

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

Valor da propriedade

Boolean

true se a sequência de Int64 valores estiver vazia; caso contrário, false .true if the sequence of Int64 values is empty; otherwise, false.

Aplica-se a