Prechádzať zdrojové kódy

Make ObjectWrapper ClrType public (#1946)

Matěj Štágl 11 mesiacov pred
rodič
commit
ddbc2e3477
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;