mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-16 15:24:10 +02:00
HashCode typedprimitive fix
This commit is contained in:
parent
41f2dae73a
commit
17255fad14
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ static class HashCode
|
|||
|
||||
if (t.IsTypedPrimitive == true)
|
||||
{
|
||||
code.AppendF("\treturn ti.UnderlyingType;");
|
||||
code.AppendF($"\treturn SelfOuter.Get(({t.UnderlyingType})value);");
|
||||
}
|
||||
else if (t.IsEnum)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue