Skip to content

Commit b1c76b4

Browse files
authored
IDynamicLinkCustomTypeProvider
1 parent 0855174 commit b1c76b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/System.Linq.Dynamic.Core/CustomTypeProviders/IDynamicLinkCustomTypeProvider.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
{
33
/// <summary>
44
/// Interface for providing functionality to find custom types for or resolve any type.
5-
/// Note that this interface will be marked obsolete in the next version. Use <see cref="IDynamicLinqCustomTypeProvider"/> instead.
65
/// </summary>
6+
[Obsolete("Please use the IDynamicLinqCustomTypeProvider interface instead.")]
77
public interface IDynamicLinkCustomTypeProvider : IDynamicLinqCustomTypeProvider
88
{
99
}
10-
}
10+
}

0 commit comments

Comments
 (0)