Example #1
0
 public override bool Filter(ConstructorInfo item)
 {
     return(item.CanEffectiveParametersHold(GetId().GetValues()));
 }