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