Explorar el Código

Small placeholder

svn path=/trunk/mcs/; revision=9473
Miguel de Icaza hace 23 años
padre
commit
99aaf5ebbc
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      mcs/class/corlib/System/Environment.cs

+ 2 - 0
mcs/class/corlib/System/Environment.cs

@@ -304,6 +304,8 @@ namespace System
 			return null;
 		}
 
+		static internal string GetResourceString (string s) { return ""; }
+
 		// private methods
 
 		[MethodImplAttribute (MethodImplOptions.InternalCall)]