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

MethodBaseData() protected method

protected MethodBaseData ( TypeManager typeManager, MethodBase methodBase ) : System
typeManager TypeManager
methodBase System.Reflection.MethodBase
return System
        protected MethodBaseData(TypeManager typeManager,
                                 MethodBase methodBase)
        {
            this.typeManager = typeManager;
            this.methodBase = methodBase;
        }