mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Support content init, PLAD, PGET/P/T, LSYM, and serialization of complex objects with simple properties
This commit is contained in:
@@ -15,6 +15,7 @@ internal class IrisExpression : Expression
|
||||
null => Constant(null),
|
||||
Expression expr => expr,
|
||||
Disassembler.RawConstantInfo constantInfo => new IrisConstantExpression(constantInfo.Value, constantInfo.Type),
|
||||
Markup.SymbolReference symbolRef => Constant(symbolRef),
|
||||
|
||||
_ => throw new NotImplementedException($"Unable to wrap '{p}' in an expression")
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user