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

◆ GetHashCode() [2/3]

int Microsoft.Xna.Framework.Graphics.DeclarationManager.GetHashCode ( VertexElement[] obj)
inlineprivate

Definition at line 419 of file DeclarationManager.cs.

420 {
421 int num = 0;
422 int num2 = 0;
423 if (0 < (nint)obj.LongLength)
424 {
425 do
426 {
427 num ^= obj[num2].GetHashCode();
428 num2++;
429 }
430 while (num2 < (nint)obj.LongLength);
431 }
432 return num;
433 }

References System.obj.

Referenced by Microsoft.Xna.Framework.Graphics.DeclarationManager.GetHashCode().