Bagikan melalui


Delegate.GetMethodImpl Metode

Definisi

Mendapatkan metode yang diwakili oleh delegasi saat ini.

protected:
 virtual System::Reflection::MethodInfo ^ GetMethodImpl();
protected virtual System.Reflection.MethodInfo GetMethodImpl ();
abstract member GetMethodImpl : unit -> System.Reflection.MethodInfo
override this.GetMethodImpl : unit -> System.Reflection.MethodInfo
Protected Overridable Function GetMethodImpl () As MethodInfo

Mengembalikan

Yang MethodInfo menjelaskan metode yang diwakili oleh delegasi saat ini.

Pengecualian

Pemanggil tidak memiliki akses ke metode yang diwakili oleh delegasi (misalnya, jika metode bersifat privat).

Keterangan

Metode ini mengimplementasikan Method properti .

Berlaku untuk

Lihat juga