System.CSharpHelpers.IsKeyword C# (CSharp) Méthode

IsKeyword() static private méthode

static private IsKeyword ( string value ) : bool
value string
Résultat bool
        internal static bool IsKeyword(string value)
        {
            return s_fixedStringLookup.ContainsKey(value);
        }