提交 fbfa46bf 编写于 作者: K Kevin Ransom 提交者: Kevin Ransom (msft)

FX_NO_DELEGATE_DYNAMIC_INVOKE --- deadcode removal

上级 870f8c94
......@@ -16,15 +16,6 @@ namespace Microsoft.FSharp.Control
#endif
#if !FX_NO_DELEGATE_DYNAMIC_METHOD
#if FX_NO_DELEGATE_DYNAMIC_INVOKE
module Impl =
type System.Delegate with
member d.DynamicInvoke(args: obj[]) =
d.Method.Invoke(d.Target, BindingFlags.Default ||| BindingFlags.Public ||| BindingFlags.NonPublic , null, args, null)
open Impl
#endif
[<CompiledName("FSharpDelegateEvent`1")>]
type DelegateEvent<'Delegate when 'Delegate :> System.Delegate>() =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册