1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-29 01:22:54 +08:00

Update xmldoc for ForcedSearchTerm

This commit is contained in:
Cootz 2023-05-28 10:04:26 +03:00
parent c3f06ad2db
commit 5ff023113f

View File

@ -10,6 +10,9 @@ namespace osu.Game.Overlays.Mods
/// <summary>
/// A string that should match the <see cref="IFilterable"/> children
/// </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.
/// </remarks>
public string ForcedSearchTerm
{
get => SearchTerm;