BaseLayoutItem.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 BaseLayoutItem object. |
Accept(VisitDelegate<BaseLayoutItem>) | visit | Invokes the specified delegate for each item that belongs to the current item. |