Boo.Lang.Compiler.TypeSystem.InternalCallableType.CreateConstructedType C# (CSharp) 메소드

CreateConstructedType() 보호된 메소드

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