IHasDirtyState Interface
Represents something that can be dirty.
public interface IHasDirtyState
- Namespace
- Spectre
.Console .Rendering - Implementing Types
Properties
- abstract bool IsDirty
- Gets a value indicating whether the object is dirty.
Extension Methods
-
T And
< I Has Dirty State> (Action < I Has Dirty State> ) - Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.