Explorar o código

Make ObjectWrapper ClrType public (#1946)

Matěj Štágl hai 11 meses
pai
achega
ddbc2e3477
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;