Boo.Lang.Compiler.Steps.ProcessMethodBodies.GetConstructedType C# (CSharp) Method

GetConstructedType() protected method

protected GetConstructedType ( IType genericType, IType argType ) : IType
genericType IType
argType IType
return IType
        protected IType GetConstructedType(IType genericType, IType argType)
        {
            return genericType.GenericInfo.ConstructType(argType);
        }
ProcessMethodBodies