AST.AssignmentList.Create C# (CSharp) 메소드

Create() 공개 정적인 메소드

public static Create ( ImmutableList exprs ) : Expr
exprs ImmutableList
리턴 Expr
        public static Expr Create(ImmutableList<Expr> exprs) =>
            new AssignmentList(exprs);