AST.DeclnSpecs.DeclnSpecs C# (CSharp) Méthode

DeclnSpecs() private méthode

private DeclnSpecs ( ImmutableList storageClsSpecs, ImmutableList typeSpecs, ImmutableList typeQuals ) : System
storageClsSpecs ImmutableList
typeSpecs ImmutableList
typeQuals ImmutableList
Résultat System
        private DeclnSpecs(ImmutableList<StorageClsSpec> storageClsSpecs, ImmutableList<TypeSpec> typeSpecs, ImmutableList<TypeQual> typeQuals)
            : base(typeSpecs, typeQuals) {
            this.StorageClsSpecs = storageClsSpecs;
        }