Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetHashCode()
[1/2]
override
int
System.Collections.Immutable.ImmutableArray
<
T
>.GetHashCode
(
)
inline
Definition at line
1648
of file
ImmutableArray.cs
.
1649
{
1650
ImmutableArray<T>
immutableArray
=
this
;
1651
if
(
immutableArray
.array !=
null
)
1652
{
1653
return
immutableArray
.array.GetHashCode();
1654
}
1655
return
0;
1656
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Collections
Immutable
ImmutableArray
Generated by
1.10.0