Clean up some static initializers
[mono.git] / mcs / class / corlib / System.Reflection / Binder.cs
index 9000bec0430ac3d1569e4a2f228d383face4a830..f02283d73543e75b940cee1724796accc17ec88f 100644 (file)
@@ -50,7 +50,7 @@ namespace System.Reflection
                public abstract MethodBase SelectMethod (BindingFlags bindingAttr, MethodBase[] match, Type[] types, ParameterModifier[] modifiers);
                public abstract PropertyInfo SelectProperty( BindingFlags bindingAttr, PropertyInfo[] match, Type returnType, Type[] indexes, ParameterModifier[] modifiers);
 
-               static Binder default_binder = new Default ();
+               static readonly Binder default_binder = new Default ();
 
                internal static Binder DefaultBinder {
                        get {