Skip to main content

Class TreeCompiledTemplate

Namespace: VelloSharp.TreeDataGrid.Templates
Assembly: VelloSharp.TreeDataGrid.dll

public sealed class TreeCompiledTemplate

Inheritance

objectTreeCompiledTemplate

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Properties

Generation

public int Generation { get; }

Property Value

int

InstructionSpan

public ReadOnlySpan<TreeTemplateInstruction> InstructionSpan { get; }

Property Value

ReadOnlySpan<TreeTemplateInstruction>

Instructions

public ReadOnlyMemory<TreeTemplateInstruction> Instructions { get; }

Property Value

ReadOnlyMemory<TreeTemplateInstruction>

Metadata

public IReadOnlyDictionary<string, string> Metadata { get; }

Property Value

IReadOnlyDictionary<string, string>

Methods

Bind(TreeTemplateRuntime, in TreeTemplateRuntimeContext)

public TreeTemplateRuntimeHandle Bind(TreeTemplateRuntime runtime, in TreeTemplateRuntimeContext context)

Parameters

runtime TreeTemplateRuntime

context TreeTemplateRuntimeContext

Returns

TreeTemplateRuntimeHandle