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如果 代表多個方法,則只會傳回一個方法。