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

GenericConstructionChecker() public méthode

public GenericConstructionChecker ( TypeSystemServices tss, Node constructionNode, IType typeArguments, CompilerErrorCollection errorCollection ) : System
tss TypeSystemServices
constructionNode Node
typeArguments IType
errorCollection CompilerErrorCollection
Résultat System
        public GenericConstructionChecker(TypeSystemServices tss, Node constructionNode, IType[] typeArguments, CompilerErrorCollection errorCollection)
        {
            _tss = tss;
            _constructionNode = constructionNode;
            _typeArguments = typeArguments;
            _errors = errorCollection;
        }