diff --git a/com.code-philosophy.obfuz/Editor/Utils/MetaUtil.cs b/com.code-philosophy.obfuz/Editor/Utils/MetaUtil.cs index c4cf534..c22846a 100644 --- a/com.code-philosophy.obfuz/Editor/Utils/MetaUtil.cs +++ b/com.code-philosophy.obfuz/Editor/Utils/MetaUtil.cs @@ -750,6 +750,7 @@ namespace Obfuz.Utils sb.Append("]"); break; } + case ElementType.TypedByRef: sb.Append("TypedReference"); break; default: throw new NotSupportedException(typeSig.ToString()); }