Merge pull request #1349 from martinjt/MachineKeyProtect
[mono.git] / mcs / class / Microsoft.CSharp / Microsoft.CSharp.RuntimeBinder / CSharpArgumentInfoFlags.cs
index 09909a108204972ff79a2bdf0af46655ab135505..9a9ea7ed65c786cc5e8d774a6293b0d9b153384f 100644 (file)
@@ -35,7 +35,7 @@ namespace Microsoft.CSharp.RuntimeBinder
        {
                None                            = 0,
                UseCompileTimeType      = 1,
-               LiteralConstant         = 2,
+               Constant                        = 2,
                NamedArgument           = 4,
                IsRef                           = 8,
                IsOut                           = 16,