MulticastDelegate.GetMethodImpl 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回由当前 MulticastDelegate表示的方法。
protected:
override System::Reflection::MethodInfo ^ GetMethodImpl();
protected override System.Reflection.MethodInfo GetMethodImpl ();
override this.GetMethodImpl : unit -> System.Reflection.MethodInfo
Protected Overrides Function GetMethodImpl () As MethodInfo
返回
由当前 MulticastDelegate表示的方法。
注解
MulticastDelegate如果 表示多个方法,则仅返回一个方法。