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

◆ Initialize< T >()

void System.Runtime.InteropServices.SafeBuffer.Initialize< T > ( uint numElements)
inlineinherited
Type Constraints
T :struct 

Definition at line 52 of file SafeBuffer.cs.

52 : struct
53 {
54 Initialize(numElements, AlignedSizeOf<T>());
55 }

References System.Runtime.InteropServices.SafeBuffer.AlignedSizeOf< T >(), and System.Runtime.InteropServices.SafeBuffer.Initialize().