method created with this() in header

Mar 26 2013 8:27 AM
If a method is created like below, what is the result of ":this()" at the end? why can it be needed?

 public Product(int new_id, short product_name, string product_type) : this() 

Thanks

Answers (1)