A
DestructorSynopsis
contains the syntax summary of a destructor in an object-oriented programming language. Unlike
a MethodSynopsis, which
it closely resembles, it may not identify a return type and the MethodName is optional (in some languages, destructors
have an immutable name which may be generated automatically).