TranslationHelpers
ClassHelper methods for translating child nodes using the new TranslationContext.
Namespace:
RazorConsole.Core.Rendering.TranslationAssembly:
RazorConsole.CoreDefinition
public static class TranslationHelpersMethods
2| Name | Type | Description |
|---|---|---|
TryConvertChildrenToBlockInlineRenderable(IReadOnlyList<VNode>, TranslationContext, out IRenderable?)() | Boolean | Converts child VNodes to a BlockInlineRenderable |
TryConvertChildrenToRenderables(IReadOnlyList<VNode>, TranslationContext, out List<IRenderable>)() | Boolean | Converts child VNodes to a list of renderables using the new TranslationContext. |