deniszykov / csharp-eval-unity3d

C# Expression Parser for Unity3D
Other
203 stars 25 forks source link

MethodCallSignature hash code issues #11

Open hesoul opened 3 years ago

hesoul commented 3 years ago

public MethodCallSignature(Type parameter1Type, string parameter1Name, Type returnType) : this(returnType) etc...

due to the order of the constructor call, the same hash code will be calculated

deniszykov commented 3 years ago

Hi @hesoul! Thanks for report, I will fix it soon.