Skip to content

Commit 30423e2

Browse files
Update Orm/Xtensive.Orm/Orm/Model/TypeInfoCollection.cs
Co-authored-by: Alexey Kulakov <alexey.kulakov@dataobjects.net>
1 parent 8ad10eb commit 30423e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orm/Xtensive.Orm/Orm/Model/TypeInfoCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public IEnumerable<TypeInfo> FindInterfaces(TypeInfo item, bool recursive) =>
226226
/// <param name="item">The type to search implementors for.</param>
227227
/// <returns><see cref="IEnumerable{T}"/> of <see cref="TypeInfo"/> instance that are implementors of specified <paramref name="item"/>.</returns>
228228
/// <exception cref="ArgumentNullException">When <paramref name="item"/> is <see langword="null"/>.</exception>
229-
[Obsolete("Use TypeInfo.Implementors")]
229+
[Obsolete("Use TypeInfo.DirectImplementors")]
230230
public IEnumerable<TypeInfo> FindImplementors(TypeInfo item) => item.DirectImplementors;
231231

232232
/// <summary>

0 commit comments

Comments
 (0)