The first one is not legal in C#. The only two items that can appear after the colon in a constructor are base and this.
So I’d go with the second one.
The first one is not legal in C#. The only two items that can appear after the colon in a constructor are base and this.
So I’d go with the second one.