Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetHashCode()

override int System.Dynamic.CallInfo.GetHashCode ( )
inline

Definition at line 33 of file CallInfo.cs.

34 {
35 return ArgumentCount ^ ArgumentNames.ListHashCode();
36 }
ReadOnlyCollection< string > ArgumentNames
Definition CallInfo.cs:13

References System.Dynamic.CallInfo.ArgumentCount, and System.Dynamic.CallInfo.ArgumentNames.