2008-06-30 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
[mono.git] / mcs / class / corlib / System / IFormattable.cs
index 611a75a4b8aeb0a8335e078afbafe462b008d136..79c7a53c0f13ae1b8b9466e7f77a570b3ee337b1 100644 (file)
@@ -37,6 +37,6 @@ namespace System {
         [ComVisible(true)]
 #endif
        public interface IFormattable {
-               string ToString (string format, IFormatProvider format_provider);
+               string ToString (string format, IFormatProvider formatProvider);
        }
 }