Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
GenericFieldInfo.cs
Go to the documentation of this file.
1
namespace
System.Reflection.Emit
;
2
3
internal
sealed
class
GenericFieldInfo
4
{
5
internal
RuntimeFieldHandle
m_fieldHandle
;
6
7
internal
RuntimeTypeHandle
m_context
;
8
9
internal
GenericFieldInfo
(
RuntimeFieldHandle
fieldHandle,
RuntimeTypeHandle
context)
10
{
11
m_fieldHandle
= fieldHandle;
12
m_context
= context;
13
}
14
}
System.Reflection.Emit.GenericFieldInfo.m_context
RuntimeTypeHandle m_context
Definition
GenericFieldInfo.cs:7
System.Reflection.Emit.GenericFieldInfo.GenericFieldInfo
GenericFieldInfo(RuntimeFieldHandle fieldHandle, RuntimeTypeHandle context)
Definition
GenericFieldInfo.cs:9
System.Reflection.Emit.GenericFieldInfo.m_fieldHandle
RuntimeFieldHandle m_fieldHandle
Definition
GenericFieldInfo.cs:5
System.Reflection.Emit.GenericFieldInfo
Definition
GenericFieldInfo.cs:4
System.Reflection.Emit
Definition
__ExceptionInfo.cs:1
System.RuntimeFieldHandle
Definition
RuntimeFieldHandle.cs:10
System.RuntimeTypeHandle
Definition
RuntimeTypeHandle.cs:14
source
System.Private.CoreLib
System.Reflection.Emit
GenericFieldInfo.cs
Generated by
1.10.0