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

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

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