Function Parser.parseSharedStaticDestructor

Parses a SharedStaticDestructor

SharedStaticDestructor parseSharedStaticDestructor();

sharedStaticDestructor: 'shared' 'static' '~' 'this' '(' ')' memberFunctionAttribute* (functionBody | ";") ;