X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.Compilation%2FIImplicitResourceProvider.cs;h=eb27062de54242fa0bc0b0e42de8b7c11e50c232;hb=a8b22e0e864c03b8cfd2f2cb5a8075b6611c5553;hp=3e2c38ff5db65c495f4a6d47b22ef4e408ba4896;hpb=7021764f55573a2acc3c8ac78491952e530e3525;p=mono.git diff --git a/mcs/class/System.Web/System.Web.Compilation/IImplicitResourceProvider.cs b/mcs/class/System.Web/System.Web.Compilation/IImplicitResourceProvider.cs index 3e2c38ff5db..eb27062de54 100644 --- a/mcs/class/System.Web/System.Web.Compilation/IImplicitResourceProvider.cs +++ b/mcs/class/System.Web/System.Web.Compilation/IImplicitResourceProvider.cs @@ -36,7 +36,7 @@ namespace System.Web.Compilation public interface IImplicitResourceProvider { object GetObject (ImplicitResourceKey key, CultureInfo culture); - ICollection GetResources (string keyPrefix); + ICollection GetImplicitResourceKeys (string keyPrefix); } } #endif