csharp context
C# contextual keywords that are reserved in certain contexts. While not always reserved, treating them as keywords in generated code avoids subtle context-dependent issues.
const csharpContextualKeywords: ReadonlySet<string>Accessor
Section titled “Accessor”const myContext = useContext(csharpContext);Context interface
Section titled “Context interface”string