mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-10 02:02:30 +00:00
Comment out StreamReader.
This commit is contained in:
parent
7565bb6a30
commit
535d3d136e
1 changed files with 8 additions and 8 deletions
|
|
@ -6,12 +6,12 @@ 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
|
||||
}
|
||||
}
|
||||
//[Plug(Target = typeof(global::System.IO.StreamReader))]
|
||||
//public static class StreamReaderImpl
|
||||
//{
|
||||
// public static void CheckAsyncTaskInProgress(global::System.IO.StreamReader aThis)
|
||||
// {
|
||||
// // for now do nothing
|
||||
// }
|
||||
//}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue