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

GenericConstructedCallableType() public méthode

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