Boo.Lang.Compiler.Steps.ProcessMethodBodies.GetConstructedType C# (CSharp) 메소드

GetConstructedType() 보호된 메소드

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