1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 09:07:25 +08:00

Improve xmldoc for DatabaseContextFactory.Get

This commit is contained in:
Dean Herbert 2018-02-19 14:17:41 +09:00
parent ddf49c2e65
commit 8b89735e9e

View File

@ -26,7 +26,8 @@ namespace osu.Game.Database
}
/// <summary>
/// Get a context for read-only usage.
/// Get a context for the current thread for read-only usage.
/// If a <see cref="DatabaseWriteUsage"/> is in progress, the existing write-safe context will be returned.
/// </summary>
public OsuDbContext Get() => threadContexts.Value;