Selaa lähdekoodia

Make ObjectWrapper ClrType public (#1946)

Matěj Štágl 11 kuukautta sitten
vanhempi
commit
ddbc2e3477
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;