コード例 #1
0
ファイル: LinqParser.cs プロジェクト: areller/AlgebraSystem
        private bool exists(MethodInfo method)
        {
            if (methods == null)
            {
                return(false);
            }

            return(methods.Exists(method));
        }