Drawable RenderLargeRectangles(_Rectangle rectangles_) { foreach (rectangle in rectangles) { rectangles must be array, not **Rectangle**
Drawable RenderLargeRectangles(Rectangle rectangles)
{
foreach (rectangle in rectangles)
{
rectangles must be array, not Rectangle