Table of Contents

Method BuildChildren

Namespace
Velvet.Experimental
Assembly
Velvet.Docs.dll

BuildChildren()

Materializes the collected children into the VNode[] shape the V.* factories expect, then returns the scratch accumulator list to the pool. The produced array is rented from Velvet.VNodePool, so the reconciler reclaims it on the next diff exactly as it does for V.List output — keeping the builder's only irreducible per-build cost the builder object itself.

protected VNode?[] BuildChildren()

Returns

VNode[]