IsEmpty Property
Definition
IsEmpty
Gets a value indicating whether this MutableTuple is empty.
public override bool IsEmpty { get; }
Property Value
- bool
trueif this MutableTuple is empty; otherwise,false.
Gets a value indicating whether this MutableTuple is empty.
public override bool IsEmpty { get; }
true if this MutableTuple is empty; otherwise, false.