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

◆ GetAlignedSize()

static int System.Dynamic.ExpandoObject.ExpandoData.GetAlignedSize ( int len)
inlinestaticprivate

Definition at line 441 of file ExpandoObject.cs.

442 {
443 return (len + 7) & -8;
444 }

References System.len.

Referenced by System.Dynamic.ExpandoObject.ExpandoData.UpdateClass().