Open Vannevelj opened 8 years ago
Right now we have two private
helpers in #172 that generate the Equals(object)
and GetHashcode()
methods. We should probably extract this to a common file so we can re-use it for the others.
Also note: let's not use methods so we only have to construct the MethodDeclaration
once.