LayoutGroup.Accept Method
| Name | Parameters | Description |
|---|---|---|
| Accept(IVisitor<BaseLayoutItem>) | visitor | Invokes the Visit method of the specified visitor for each item that belongs to the current layout group. |
| Accept(VisitDelegate<BaseLayoutItem>) | visit | Invokes the specified delegate for each item that belongs to the current layout group. |