Add note about stream provided to ImportTask being disposed implicitly

This commit is contained in:
Dean Herbert 2022-06-20 15:38:44 +09:00
parent 882e1c69e5
commit 4aa32038c3

View File

@ -33,7 +33,7 @@ namespace osu.Game.Database
}
/// <summary>
/// Construct a new import task from a stream.
/// Construct a new import task from a stream. The provided stream will be disposed after reading.
/// </summary>
public ImportTask(Stream stream, string filename)
{