Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2006-11-16 17:14:01 +0300
committerMiguel de Icaza <miguel@gnome.org>2006-11-16 17:14:01 +0300
commit8a1af5fd38739c1c32cc14b9bfa0797b0b1c93cc (patch)
treeb015c107b4366fb515d91cc44b8145a038874b3d /mcs/class/corlib/System.IO/MemoryStream.cs
parent2c20953b451d601bb4d819b6abb7fb9d09a92795 (diff)
2006-11-16 Miguel de Icaza <miguel@novell.com>
* DirectoryInfo.cs (GetFiles): Implement option with SearchOptions == AllDirectories And a lot of MonoTODOs updated as well svn path=/trunk/mcs/; revision=67998
Diffstat (limited to 'mcs/class/corlib/System.IO/MemoryStream.cs')
-rw-r--r--mcs/class/corlib/System.IO/MemoryStream.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/corlib/System.IO/MemoryStream.cs b/mcs/class/corlib/System.IO/MemoryStream.cs
index a68fe6ad30b..fa37add1202 100644
--- a/mcs/class/corlib/System.IO/MemoryStream.cs
+++ b/mcs/class/corlib/System.IO/MemoryStream.cs
@@ -39,7 +39,7 @@ using System.Runtime.InteropServices;
namespace System.IO
{
[Serializable]
- [MonoTODO ("Fix serialization compatibility with MS.NET")]
+ [MonoTODO ("Serialization format not compatible with .NET")]
public class MemoryStream : Stream
{
bool canWrite;