Browse Source

Make ObjectWrapper ClrType public (#1946)

Matěj Štágl 11 tháng trước cách đây
mục cha
commit
ddbc2e3477
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;