mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Add note about stream provided to ImportTask
being disposed implicitly
This commit is contained in:
@ -33,7 +33,7 @@ namespace osu.Game.Database
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
public ImportTask(Stream stream, string filename)
|
public ImportTask(Stream stream, string filename)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user