Skip to content

Commit 51f7eed

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

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
@@ -184,7 +184,7 @@ public TypeInfo Find(string fullName)
184184
/// <param name="item">The type to search descendants for.</param>
185185
/// <returns><see cref="IEnumerable{T}"/> of <see cref="TypeInfo"/> instance that are descendants of specified <paramref name="item"/>.</returns>
186186
/// <exception cref="ArgumentNullException">When <paramref name="item"/> is <see langword="null"/>.</exception>
187-
[Obsolete("Use TypeInfo.Descendants")]
187+
[Obsolete("Use TypeInfo.DirectDescendants")]
188188
public IEnumerable<TypeInfo> FindDescendants(TypeInfo item) => item.DirectDescendants;
189189

190190
/// <summary>

0 commit comments

Comments
 (0)