Multiple choice Which one of the following is not a C# reserved keyword? Is Of As In Reveal answer Fill a bubble to check yourself B Correct answer Explanation 'Of' is not a reserved keyword in C#. Is, As, and In are all contextual keywords/reserved words. 'Of' is only used in generic type constraints (where T : IEnumerable) but is not a standalone keyword.