Measurement Struct
Represents a measurement.
public struct Measurement : ValueType, IEquatable<Measurement>
- Namespace
- Spectre
.Console .Rendering - Interfaces
-
- IEquatable
<Measurement>
- IEquatable
- Base Types
-
- ValueType
Constructors
-
Measurement
(int, int) -
Initializes a new instance of the
Measurement
struct.
Properties
Methods
-
bool Equals
(Measurement) -
override bool Equals
(object) -
override int GetHashCode
()
Extension Methods
-
T And
<Measurement> (Action <Measurement> ) - 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.