'宣言
Public Function New( _ ByVal validatorType As Type, _ ByVal ParamArray validatorArguments() As Object _ )
public ValidatorAttribute( Type validatorType, params object[] validatorArguments )
パラメータ
- validatorType
- validatorArguments
'宣言
Public Function New( _ ByVal validatorType As Type, _ ByVal ParamArray validatorArguments() As Object _ )
public ValidatorAttribute( Type validatorType, params object[] validatorArguments )