Babel.Compiler.PredefinedMethodData.PredefinedMethodData C# (CSharp) Method

PredefinedMethodData() public method

public PredefinedMethodData ( TypeManager typeManager, MethodInfo methodInfo ) : System
typeManager TypeManager
methodInfo System.Reflection.MethodInfo
return System
        public PredefinedMethodData(TypeManager typeManager,
                                    MethodInfo methodInfo)
            : base(typeManager, methodInfo)
        {
            parameterList = new PredefinedParameterList(typeManager,
                                                        methodInfo);
        }
PredefinedMethodData