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

Create() публичный статический Метод

public static Create ( ImmutableList storageClsSpecs, ImmutableList typeSpecs, ImmutableList typeQuals ) : DeclnSpecs
storageClsSpecs ImmutableList
typeSpecs ImmutableList
typeQuals ImmutableList
Результат DeclnSpecs
        public static DeclnSpecs Create(ImmutableList<StorageClsSpec> storageClsSpecs, ImmutableList<TypeSpec> typeSpecs, ImmutableList<TypeQual> typeQuals) =>
            new DeclnSpecs(storageClsSpecs, typeSpecs, typeQuals);