System.CSharpHelpers.IsKeyword C# (CSharp) Метод

IsKeyword() статический приватный Метод

static private IsKeyword ( string value ) : bool
value string
Результат bool
        internal static bool IsKeyword(string value)
        {
            return s_fixedStringLookup.ContainsKey(value);
        }