csharp
public sealed class SyntaxListNodeRed wrapper over a green list node (List). Not part of the typed node hierarchy — it is the backing node behind a SyntaxList`1 and realizes its elements lazily.
No guide page documents this yet — the page shows what the code says about itself.
Methods (1)
public override SyntaxNode? GetSlot(int index)The element at , realized on demand.
Used by (2)
- SyntaxListVixen.Core.Syntax
- SyntaxTreeVixen.Raven