Show / Hide Table of Contents

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 Source

GetChildContexts(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.

  • Improve this Doc
  • View Source
In This Article
  • Methods
    • GetChildContexts(ExpressionContext)
Back to top Generated by DocFX