Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int eventID]
IntPtr
System.Diagnostics.Tracing.TraceLoggingEventHandleTable.this[int eventID]
get
package
Definition at line
9
of file
TraceLoggingEventHandleTable.cs
.
10
{
11
get
12
{
13
IntPtr
result =
IntPtr
.Zero;
14
IntPtr
[]
array
=
Volatile
.
Read
(ref
m_innerTable
);
15
if
(eventID >= 0 && eventID <
array
.Length)
16
{
17
result =
array
[eventID];
18
}
19
return
result;
20
}
21
}
System.Diagnostics.Tracing.TraceLoggingEventHandleTable.m_innerTable
IntPtr[] m_innerTable
Definition
TraceLoggingEventHandleTable.cs:7
System.Threading.Volatile.Read
static bool Read(ref bool location)
Definition
Volatile.cs:67
System.Threading.Volatile
Definition
Volatile.cs:9
System.Reflection.Metadata.PrimitiveTypeCode.IntPtr
@ IntPtr
System.ExceptionArgument.array
@ array
System
Diagnostics
Tracing
TraceLoggingEventHandleTable
Generated by
1.10.0