Cosmos/source2/Kernel/System/Cosmos.System.Plugs.System/IO/StreamReaderImpl.cs
mterwoord_cp 7ea9f2a15e
2013-02-16 10:16:02 +00:00

17 lines
419 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Cosmos.IL2CPU.Plugs;
namespace Cosmos.System.Plugs.System.IO
{
[Plug(Target = typeof(global::System.IO.StreamReader))]
public static class StreamReaderImpl
{
public static void CheckAsyncTaskInProgress(global::System.IO.StreamReader aThis)
{
// for now do nothing
}
}
}