'Declaration Public Function New( _ ByVal validatorType As Type, _ ByVal ParamArray validatorArguments() As Object _ )
public ValidatorAttribute( Type validatorType, params object[] validatorArguments )
Parameters
- validatorType
- validatorArguments
'Declaration Public Function New( _ ByVal validatorType As Type, _ ByVal ParamArray validatorArguments() As Object _ )
public ValidatorAttribute( Type validatorType, params object[] validatorArguments )