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