AST.SpecQualList.Create C# (CSharp) Méthode

Create() public static méthode

public static Create ( ImmutableList typeSpecs, ImmutableList typeQuals ) : SpecQualList
typeSpecs ImmutableList
typeQuals ImmutableList
Résultat SpecQualList
        public static SpecQualList Create(ImmutableList<TypeSpec> typeSpecs, ImmutableList<TypeQual> typeQuals) =>
            new SpecQualList(typeSpecs, typeQuals);