DelegateType public static class DelegateType Provides specialized reflection methods for delegate types. Documentation Code public static MethodInfo GetInvokeMethod<TDelegate>() where TDelegate : Delegate Returns special Invoke method generate for each delegate type.