Example #1
0
 internal ButNotParamValidator(ParamValidator @delegate, params ParamValidator[] ignored)
     : base(string.Empty)
 {
     _ignored = ignored;
     _delegate = @delegate;
 }