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

PredefinedParameterList() public method

public PredefinedParameterList ( TypeManager typeManager, MethodBase methodBase ) : System
typeManager TypeManager
methodBase System.Reflection.MethodBase
return System
        public PredefinedParameterList(TypeManager typeManager,
                                       MethodBase methodBase)
        {
            this.typeManager = typeManager;
            this.methodBase = methodBase;
            parameters = null;
        }
PredefinedParameterList