Property IsEmpty
IsEmpty
Gets a value indicating whether the transaction is empty.
public bool IsEmpty { get; }
Property Value
- bool
true
if the transaction is empty; otherwise,false
.
Gets a value indicating whether the transaction is empty.
public bool IsEmpty { get; }
true
if the transaction is empty; otherwise, false
.