Rendering | |
| Name | Description | |
|---|---|---|
| FindLast(String, Boolean) | Returns the last RenderingStep with the specified specified name. If the RenderingStep is not found, then null is returned. | |
| FindLastT(Boolean) | Returns the last RenderingStep of the specified T type. If the RenderingStep is not found, then null is returned. | |
| FindLastT(String, Boolean) | Returns the last RenderingStep of the specified T type and specified name. If the RenderingStep is not found, then null is returned. |