GuardConstraint Class Members
The following tables list the members exposed by GuardConstraint.
Public Constructors
Name | Description | |
---|---|---|
![]() | GuardConstraint Constructor | Initializes a new instance of the GuardConstraint class. |
Public Methods
Name | Description | |
---|---|---|
![]() | IsEqualTo | Asserts that the current value is equal to the specified other value |
![]() | IsGreaterThan | Asserts that the current value is greater to the specified other value |
![]() | IsGreaterThanOrEqualTo | Asserts that the current value is greater than or equal to the specified other value |
![]() | IsLessThan | Asserts that the current value is less than the specified other value |
![]() | IsLessThanOrEqualTo | Asserts that the current value is less than or equal to the specified other value |
![]() | IsNotEqualTo | Overloaded. Asserts that the current value is not equal to the specified other value |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also