Interface IGetsChildExpressionContexts
A service which gets a collection of child expression contexts from a specified context.
Namespace: ZptSharp.Rendering
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IGetsChildExpressionContexts
Methods
| Improve this Doc View SourceGetChildContexts(ExpressionContext)
Gets the child expression contexts.
Declaration
IEnumerable<ExpressionContext> GetChildContexts(ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
ExpressionContext | context | The context from which to get children. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ExpressionContext> | The expression contexts. |