Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ MetaExpando()

System.Dynamic.ExpandoObject.MetaExpando.MetaExpando ( Expression expression,
ExpandoObject value )
inline

Definition at line 277 of file ExpandoObject.cs.

278 : base(expression, BindingRestrictions.Empty, value)
279 {
280 }