Unit.IsEmpty Proprietà

Definizione

Ottiene un valore che indica se l'oggetto Unit è vuoto.

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

Valore della proprietà

true se l'oggetto Unit è vuoto; in caso contrario, false.

Commenti

Utilizzare la proprietà per determinare se l'oggetto IsEmptyUnit è vuoto. È Unit vuoto se la Type proprietà contiene un valore di enumerazione pari a 0.

Si applica a

Vedi anche