ValidatorGenericBase<TParameter>.ValidateCore Method
Namespace: Microsoft.Web.Constraint
Assembly: Microsoft.Web.Constraint (in Microsoft.Web.Constraint.dll)
Syntax
'Declaration
Protected MustOverride Function ValidateCore ( _
parameter As TParameter _
) As Boolean
'Usage
Dim parameter As TParameter
Dim returnValue As Boolean
returnValue = Me.ValidateCore(parameter)
protected abstract bool ValidateCore(
TParameter parameter
)
Parameters
- parameter
Type: TParameter
Return Value
Type: System.Boolean
See Also
Reference
ValidatorGenericBase<TParameter> Class