Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetEmptyObjectArrayMethod()
static
MethodInfo
System.Dynamic.Utils.DelegateHelpers.GetEmptyObjectArrayMethod
(
)
inline
static
private
Definition at line
58
of file
DelegateHelpers.cs
.
59
{
60
return
typeof(
Array
).GetMethod(
"Empty"
).MakeGenericMethod(typeof(
object
));
61
}
System.Reflection.CustomAttributeEncoding.Array
@ Array
System
Dynamic
Utils
DelegateHelpers
Generated by
1.10.0