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);
        }