Skip to content

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>
const myContext = useContext(csharpContext);

string