Boo.Lang.Compiler.TypeSystem.GenericConstructionChecker.GenericConstructionChecker C# (CSharp) Метод

GenericConstructionChecker() публичный Метод

public GenericConstructionChecker ( TypeSystemServices tss, Node constructionNode, IType typeArguments, CompilerErrorCollection errorCollection ) : System
tss TypeSystemServices
constructionNode Node
typeArguments IType
errorCollection CompilerErrorCollection
Результат System
        public GenericConstructionChecker(TypeSystemServices tss, Node constructionNode, IType[] typeArguments, CompilerErrorCollection errorCollection)
        {
            _tss = tss;
            _constructionNode = constructionNode;
            _typeArguments = typeArguments;
            _errors = errorCollection;
        }