Skip to content

Commit 6068c04

Browse files
Update Orm/Xtensive.Orm/Orm/Model/TypeInfoCollection.cs
Co-authored-by: Alexey Kulakov <alexey.kulakov@dataobjects.net>
1 parent 98b6398 commit 6068c04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public IEnumerable<TypeInfo> FindDescendants(TypeInfo item, bool recursive) =>
206206
/// <param name="item">The type to search interfaces for.</param>
207207
/// <returns><see cref="IEnumerable{T}"/> of <see cref="TypeInfo"/> instance that are implemented by specified <paramref name="item"/>.</returns>
208208
/// <exception cref="ArgumentNullException">When <paramref name="item"/> is <see langword="null"/>.</exception>
209-
[Obsolete("Use TypeInfo.Interfaces")]
209+
[Obsolete("Use TypeInfo.DirectInterfaces")]
210210
public IEnumerable<TypeInfo> FindInterfaces(TypeInfo item) => item.DirectInterfaces;
211211

212212
/// <summary>

0 commit comments

Comments
 (0)