瀏覽代碼

Make ObjectWrapper ClrType public (#1946)

Matěj Štágl 11 月之前
父節點
當前提交
ddbc2e3477
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Jint/Runtime/Interop/ObjectWrapper.cs

+ 1 - 1
Jint/Runtime/Interop/ObjectWrapper.cs

@@ -123,7 +123,7 @@ public class ObjectWrapper : ObjectInstance, IObjectWrapper, IEquatable<ObjectWr
     }
 
     public object Target { get; }
-    internal Type ClrType { get; }
+    public Type ClrType { get; }
 
     internal override bool IsArrayLike => _typeDescriptor.IsArrayLike;