Skip to content

IntegerAssertionsChain<T> Struct

Definition

Enables chaining of assertions on an integer value after a successful assertion.

public sealed struct IntegerAssertionsChain<T>
   where T : struct, IBinaryInteger<T>

Type Parameters

Name Description
T The integer type of the value being asserted on.

Constructors

Name Description
IntegerAssertionsChain(IntegerAssertions<T>) Enables chaining of assertions on an integer value after a successful assertion.

Properties

Name Description
And Gets the assertions object for chaining further assertions.
Value Gets the integer value being asserted on.