diff --git a/Jint/Runtime/Interop/ObjectWrapper.cs b/Jint/Runtime/Interop/ObjectWrapper.cs index 0846b09b2..d19b58973 100644 --- a/Jint/Runtime/Interop/ObjectWrapper.cs +++ b/Jint/Runtime/Interop/ObjectWrapper.cs @@ -123,7 +123,7 @@ private static bool TryBuildArrayLikeWrapper( } public object Target { get; } - internal Type ClrType { get; } + public Type ClrType { get; } internal override bool IsArrayLike => _typeDescriptor.IsArrayLike;