Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int index]
unsafe byte System.Reflection.ConstArray.this[int
index
]
get
Definition at line
13
of file
ConstArray.cs
.
14
{
15
get
16
{
17
if
(index < 0 || index >=
m_length
)
18
{
19
throw
new
IndexOutOfRangeException();
20
}
21
return
((
byte
*)
m_constArray
.
ToPointer
())[
index
];
22
}
23
}
System.ExceptionArgument.index
@ index
System.IntPtr.ToPointer
unsafe void * ToPointer()
Definition
IntPtr.cs:210
System.Reflection.ConstArray.m_constArray
readonly IntPtr m_constArray
Definition
ConstArray.cs:7
System.Reflection.ConstArray.m_length
readonly int m_length
Definition
ConstArray.cs:5
System
Reflection
ConstArray
Generated by
1.10.0