ExprNamedArgumentSpecification sealed class ExprNamedArgumentSpecification : Expr Documentation Code public Name Name { get; } public Expr Value { get; set; } public ExprNamedArgumentSpecification(Name name, Expr value)