Namespace:
CuttingEdge.Conditions
Assembly:
CuttingEdge.Conditions (in CuttingEdge.Conditions.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Protected Sub New ( _
argumentName As String, _
value As T _
) |
| C# |
|---|
protected ConditionValidator(
string argumentName,
T value
) |
| Visual C++ |
|---|
protected:
ConditionValidator(
String^ argumentName,
T value
) |
| JavaScript |
|---|
CuttingEdge.Conditions.ConditionValidator = function(argumentName, value); |
Parameters
- argumentName
- Type: System..::.String
The name of the argument to be validated
- value
- Type: T
The value of the argument to be validated
See Also