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