S
shapper
Hello,
Can I change the parameters names when overriding a method?
Something like instead of using the original:
public override int GetErrors(int listIndex, int listSize)
I would use:
public override int GetErrors(int index, int size)
Is this ok?
Thanks,
Miguel
Can I change the parameters names when overriding a method?
Something like instead of using the original:
public override int GetErrors(int listIndex, int listSize)
I would use:
public override int GetErrors(int index, int size)
Is this ok?
Thanks,
Miguel