1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-19 17:33:18 +08:00

Reword ForcedSearchTerm xmldoc

This commit is contained in:
Cootz 2023-05-28 13:21:41 +03:00
parent 0e5c99b760
commit e43c233b48

View File

@ -8,10 +8,11 @@ namespace osu.Game.Overlays.Mods
public partial class ModSearchContainer : SearchContainer
{
/// <summary>
/// A string that should match the <see cref="IFilterable"/> children
/// Same as <see cref="SearchContainer{T}.SearchTerm"/> except the filtering is guarantied to be performed
/// </summary>
/// <remarks>
/// Same as <see cref="SearchContainer{T}.SearchTerm"/> except the filtering is guarantied to be performed even when <see cref="SearchContainer{T}.Update"/> can't be run.
/// This is required because <see cref="ModColumn"/> can be hidden when search term applied
/// therefore <see cref="SearchContainer{T}.Update"/> cannot be reached and filter cannot automatically re-validate itself.
/// </remarks>
public string ForcedSearchTerm
{