Property IsDone
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
IsDone
Gets a value indicating whether this instance is done.
public bool IsDone { get; }
Property Value
- bool
true
if this instance is done; otherwise,false
.
Gets a value indicating whether this instance is done.
public bool IsDone { get; }
true
if this instance is done; otherwise, false
.