AST.DeclnSpecs.DeclnSpecs C# (CSharp) Метод

DeclnSpecs() приватный Метод

private DeclnSpecs ( ImmutableList storageClsSpecs, ImmutableList typeSpecs, ImmutableList typeQuals ) : System
storageClsSpecs ImmutableList
typeSpecs ImmutableList
typeQuals ImmutableList
Результат System
        private DeclnSpecs(ImmutableList<StorageClsSpec> storageClsSpecs, ImmutableList<TypeSpec> typeSpecs, ImmutableList<TypeQual> typeQuals)
            : base(typeSpecs, typeQuals) {
            this.StorageClsSpecs = storageClsSpecs;
        }