Topic Transformation CoreRender Child Elements Method
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.
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public void RenderChildElements(
XElement parent,
IEnumerable<XNode> children
)VB
Public Sub RenderChildElements (
parent As XElement,
children As IEnumerable(Of XNode)
)C++
public:
void RenderChildElements(
XElement^ parent,
IEnumerable<XNode^>^ children
)F#
member RenderChildElements :
parent : XElement *
children : IEnumerable<XNode> -> unit Parameters
- parent XElement
- The parent element to which the children are rendered
- children IEnumerableXNode
- An enumerable list of child elements to render