public virtual void CallMethodWithJsValue(INetJsValue value, INetJsValue method) { method.Call(value); }
public void Test(INetJsValue jsValue) { Console.WriteLine("In net method, invoking callback"); jsValue.Call(); }