Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Memory
Memory
<
T
>
System.Buffers.ArrayMemoryPool
<
T
>.ArrayMemoryPoolBuffer.Memory
get
Implements
System.Buffers.IMemoryOwner< T >
.
Definition at line
11
of file
ArrayMemoryPool.cs
.
12
{
13
get
14
{
15
T[]
array
=
_array
;
16
if
(
array
==
null
)
17
{
18
System
.
ThrowHelper
.
ThrowObjectDisposedException_ArrayMemoryPoolBuffer
();
19
}
20
return
new
Memory<T>(
array
);
21
}
22
}
System.Buffers.ArrayMemoryPool.ArrayMemoryPoolBuffer._array
T[] _array
Definition
ArrayMemoryPool.cs:9
System.ThrowHelper.ThrowObjectDisposedException_ArrayMemoryPoolBuffer
static void ThrowObjectDisposedException_ArrayMemoryPoolBuffer()
Definition
ThrowHelper.cs:82
System.ThrowHelper
Definition
ThrowHelper.cs:6
System.ExceptionArgument.array
@ array
System
Definition
BlockingCollection.cs:8
System
Buffers
ArrayMemoryPool
ArrayMemoryPoolBuffer
Generated by
1.10.0