mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
17 lines
452 B
C#
17 lines
452 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
|
|
// }
|
|
//}
|
|
}
|