Builds the sequence of actions. A composite which can be used to perform the actions.
()
| 591 | /// </summary> |
| 592 | /// <returns>A composite <see cref="IAction"/> which can be used to perform the actions.</returns> |
| 593 | public IAction Build() |
| 594 | { |
| 595 | return this; |
| 596 | } |
| 597 | |
| 598 | /// <summary> |
| 599 | /// Performs the currently built action. |
no outgoing calls