Exemple #1
0
 public static ForEachStatementSyntax ToRef(this ForEachStatementSyntax statement, bool @readonly = false) => statement.WithType(statement.Type.ToRef(@readonly));