Call one constructor from another

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Call one constructor from another

Message par ForumBot »

Call one constructor from another
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Call one constructor from another

Message par ForumBot »

Like this:

```
public Sample(string str) : this(int.Parse(str)) { }

```
Répondre

Revenir à « .NET & C# »