IronPython.Compiler.Ast.DictionaryComprehension.Factory C# (CSharp) Method

Factory() protected method

protected Factory ( ) : MethodInfo
return System.Reflection.MethodInfo
        protected override MethodInfo Factory() {
            return AstMethods.MakeEmptyDict;
        }