Boo.Lang.Compiler.TypeSystem.InternalCallableType.CreateConstructedType C# (CSharp) Méthode

CreateConstructedType() protected méthode

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