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

◆ GetMemoryBlockImpl()

override AbstractMemoryBlock System.Reflection.Internal.ByteArrayMemoryProvider.GetMemoryBlockImpl ( int start,
int size )
inlineprotected

Definition at line 43 of file ByteArrayMemoryProvider.cs.

44 {
45 return new ByteArrayMemoryBlock(this, start, size);
46 }

References System.start.