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);