Beispiel #1
0
        private static Method FindExistingClosureMethod(TypeNode targetType, Method method)
        {
            var m = targetType.GetExactMatchingMethod(method);

            return m;
        }