csharp
public sealed class ParseOptionsOptions controlling how source text is turned into a syntax tree.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
There are no options yet, so every instance is equivalent to every other and equality is constant. When the first option is added, both members below must start reading it — otherwise anything caching on a ParseOptions key will silently reuse a tree parsed under different settings.
Fields and properties (1)
public static ParseOptions Default
Methods (3)
public bool Equals(ParseOptions? other)public override bool Equals(object? obj)public override int GetHashCode()
Used by (1)
- SyntaxTreeVixen.Raven