Methods 


GuardConstraint Class Members

The following tables list the members exposed by GuardConstraint.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the GuardConstraint class.  
Top
Public Methods
 NameDescription
Public Method Asserts that the current value is equal to the specified other value  
Public Method Asserts that the current value is greater to the specified other value  
Public Method Asserts that the current value is greater than or equal to the specified other value  
Public Method Asserts that the current value is less than the specified other value  
Public Method Asserts that the current value is less than or equal to the specified other value  
Public MethodOverloaded.  Asserts that the current value is not equal to the specified other value  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also