We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee06c89 commit 7e64752Copy full SHA for 7e64752
src/NHibernate/Proxy/DynamicProxy/IProxyCache.cs
@@ -12,7 +12,7 @@
12
namespace NHibernate.Proxy.DynamicProxy
13
{
14
//Since v5.1
15
- [Obsolete("This class is not used anymore and will be removed in a next major version")]
+ [Obsolete("This interface is not used anymore and will be removed in a next major version")]
16
public interface IProxyCache
17
18
bool Contains(System.Type baseType, params System.Type[] baseInterfaces);
0 commit comments