csharp
public struct SyntaxList<TNode>.EnumeratorStruct enumerator, so foreach over a list does not allocate.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (1)
public TNode CurrentThe element at the current position.
Methods (1)
public bool MoveNext()Advances to the next element, returning false at the end.
Used by (1)
- SyntaxListVixen.Core.Syntax