Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
RuntimeArgumentHandle.cs
Go to the documentation of this file.
1
namespace
System
;
2
3
public ref struct
RuntimeArgumentHandle
4
{
5
private
IntPtr
m_ptr
;
6
7
internal
IntPtr
Value
=>
m_ptr
;
8
}
System
Definition
BlockingCollection.cs:8
System.IntPtr
Definition
IntPtr.cs:14
System.RuntimeArgumentHandle.Value
IntPtr Value
Definition
RuntimeArgumentHandle.cs:7
System.RuntimeArgumentHandle.m_ptr
IntPtr m_ptr
Definition
RuntimeArgumentHandle.cs:5
System.RuntimeArgumentHandle
Definition
RuntimeArgumentHandle.cs:4
source
System.Private.CoreLib
System
RuntimeArgumentHandle.cs
Generated by
1.10.0