Appeler un constructeur depuis un autre

Appeler un constructeur depuis un autre

Comme ceci :

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