IObjectWrapper.cs 96 B

123456
  1. namespace Jint.Runtime.Interop;
  2. public interface IObjectWrapper
  3. {
  4. object Target { get; }
  5. }