예제 #1
0
 public override T Invoke <T>(string identifier, params object[] args)
 {
     return(JsRuntime.Invoke <T>(identifier, args));
 }