Boo.Lang.Compiler.TypeSystem.InternalCallableType.CreateConstructedType C# (CSharp) Method

CreateConstructedType() protected method

protected CreateConstructedType ( IType arguments ) : IType
arguments IType
return IType
        protected override IType CreateConstructedType(IType[] arguments)
        {
            return new GenericConstructedCallableType(_typeSystemServices, this, arguments);
        }