Skip to content

Commit

Permalink
Make ObjectWrapper ClrType public (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
lofcz authored Aug 17, 2024
1 parent 2e7ec9d commit ddbc2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jint/Runtime/Interop/ObjectWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit ddbc2e3

Please sign in to comment.