Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ExpandoPromoteClass()
static
void
System.Runtime.CompilerServices.RuntimeOps.ExpandoPromoteClass
(
ExpandoObject
expando
,
object
oldClass
,
object
newClass
)
inline
static
Definition at line
314
of file
RuntimeOps.cs
.
315
{
316
expando
.PromoteClass(
oldClass
,
newClass
);
317
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Runtime
CompilerServices
RuntimeOps
Generated by
1.10.0