Example #1
0
        private bool exists(MethodInfo method)
        {
            if (methods == null)
            {
                return(false);
            }

            return(methods.Exists(method));
        }