Esempio n. 1
0
 public static JsImplDelegate Remove(JsImplDelegate delegate1, JsImplDelegate delegate2)
 {
     return(JsCompilerGlobal.RemoveDelegate(delegate1.As <JsDelegateFunction>(), delegate2.As <JsDelegateFunction>()).As <JsImplDelegate>());
 }
Esempio n. 2
0
 public static JsImplDelegate Combine(JsImplDelegate delegate1, JsImplDelegate delegate2)
 {
     return(JsCompilerGlobal.CombineDelegates(delegate1.As <JsDelegateFunction>(), delegate2.As <JsDelegateFunction>()).As <JsImplDelegate>());
 }