Requires Method

CuttingEdge.Conditions

Overload List

  NameDescription
Requires<(Of <(T>)>)(T)
Returns a new ConditionValidator that allows you to validate the preconditions of the given argument, given it a default ArgumentName of 'value'.
Requires<(Of <(T>)>)(T, String)
Returns a new ConditionValidator that allows you to validate the preconditions of the given argument.

See Also