Skip to main content

All Questions

4 votes
4 answers
9k views

Why can't I call a constructor in itself?

I am currently porting the class NumberRange from Java to C#. I am writing this constructor and I wonder whether I can call a constructor in itself. Something like this: public NumberRange(Double ...
aloisdg's user avatar
  • 819