コード例 #1
0
 private void RenderSections(IList <AbstractSection> sections, IRenderingContext ctx)
 {
     foreach (var section in sections)
     {
         ctx.Render(section);
     }
 }