|  | |
| Rendering | |
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class RenderingStepsLoop : RenderingStepsFlowControl
The RenderingStepsLoop type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | RenderingStepsLoop | Constructor | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetNextExecutedRenderingStep | Returns the RenderingStepBase that will be executed after this rendering step.
            This method is called after the OnRun method is called. (Overrides RenderingStepsFlowControlGetNextExecutedRenderingStep) | 
|  | ToString | Returns a string that represents the current object. (Overrides RenderingStepsFlowControlToString) | 
 See Also
See Also