We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6068c04 commit 51f7eedCopy full SHA for 51f7eed
1 file changed
Orm/Xtensive.Orm/Orm/Model/TypeInfoCollection.cs
@@ -184,7 +184,7 @@ public TypeInfo Find(string fullName)
184
/// <param name="item">The type to search descendants for.</param>
185
/// <returns><see cref="IEnumerable{T}"/> of <see cref="TypeInfo"/> instance that are descendants of specified <paramref name="item"/>.</returns>
186
/// <exception cref="ArgumentNullException">When <paramref name="item"/> is <see langword="null"/>.</exception>
187
- [Obsolete("Use TypeInfo.Descendants")]
+ [Obsolete("Use TypeInfo.DirectDescendants")]
188
public IEnumerable<TypeInfo> FindDescendants(TypeInfo item) => item.DirectDescendants;
189
190
/// <summary>
0 commit comments