Imported Upstream version 5.10.1.25

Former-commit-id: 14ef8af3b54f8c453b5049813edca31fa68f672b
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-03-30 08:46:39 +00:00
parent fa33682fe9
commit f31f5cf987
64 changed files with 112 additions and 59 deletions

View File

@ -23,7 +23,7 @@ namespace System.IO
throw new NotImplementedException ();
}
public virtual Task WriteAsync (ReadOnlyMemory<byte> source, CancellationToken cancellationToken = default(CancellationToken))
internal virtual Task WriteAsync (ReadOnlyMemory<byte> source, CancellationToken cancellationToken = default(CancellationToken))
{
throw new NotImplementedException ();
}