Boo.Lang.Compiler.TypeSystem.GenericConstructedCallableType.GenericConstructedCallableType C# (CSharp) Method

GenericConstructedCallableType() public method

public GenericConstructedCallableType ( TypeSystemServices tss, ICallableType definition, IType arguments ) : System
tss TypeSystemServices
definition ICallableType
arguments IType
return System
        public GenericConstructedCallableType(TypeSystemServices tss, ICallableType definition, IType[] arguments)
            : base(tss, definition, arguments)
        {
        }