간단한 개념은

생성자는 객체를 생성할 때 호출되는 메서드

소멸자는 객체가 소멸될 때 호출되는 메서드

 

참고

https://learn.microsoft.com/ko-kr/dotnet/csharp/programming-guide/classes-and-structs/constructors