public sealed override MethodInfo GetDelegateMethod(Delegate del)
 {
     return(DelegateMethodInfoRetriever.GetDelegateMethodInfo(del));
 }
Exemple #2
0
        //======================================================================================

        public static MethodInfo GetMethodInfo(this Delegate del)
        {
            return(DelegateMethodInfoRetriever.GetDelegateMethodInfo(del));
        }