TopicTransformationCore.RenderChildElements Method
Definition
- Assembly
- Sandcastle.Core.dll
This makes the given parent element the current element, renders the list of children to it and then resets the current element to the prior current element.
public void RenderChildElements(XElement parent, IEnumerable<XNode> children)
Parameters
parentXElementThe parent element to which the children are rendered
childrenIEnumerable<XNode>An enumerable list of child elements to render