csharp constructor call another constructor

Code Example - csharp constructor call another constructor

                
                        public ClassName(string str, int number) : this(str) { }