Cosmos/source/Cosmos.System.Plugs/System/IO/StreamReaderImpl.cs
2015-12-17 00:16:15 -06:00

19 lines
475 B
C#

#define COSMOSDEBUG
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
// }
//}
}