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

◆ Pin() [3/3]

override MemoryHandle System.Buffers.PointerMemoryManager< T >.Pin ( int elementIndex = 0)
inline

Implements System.Buffers.IPinnable.

Definition at line 24 of file PointerMemoryManager.cs.

25 {
26 throw new NotSupportedException();
27 }