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>2001-09-02 21:50:38 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-09-02 21:50:38 +0400
commite6dccbce05a8c7935fad1308c22f0f06bea3c20d (patch)
treeaeb5b41f634ce1f665ca71a91501f290b01fa0a4 /mcs/class/corlib/System.Runtime.Remoting/ObjRef.cs
parente30df57f6900a3625fcf137920a41acdd35b2d09 (diff)
Added piles of new enumerations from Sergey.
Updates the enumerations to contain [Flags] (Sergey) Updated enumerations to have the same values as ECMA (Sergey). Added various new methods to Type.cs Added all the classes that were not being compiled in the past to the build. Fix various small typos to get things compiling Miguel svn path=/trunk/mcs/; revision=702
Diffstat (limited to 'mcs/class/corlib/System.Runtime.Remoting/ObjRef.cs')
-rw-r--r--mcs/class/corlib/System.Runtime.Remoting/ObjRef.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/corlib/System.Runtime.Remoting/ObjRef.cs b/mcs/class/corlib/System.Runtime.Remoting/ObjRef.cs
index 0d511c889be..443f5a85844 100644
--- a/mcs/class/corlib/System.Runtime.Remoting/ObjRef.cs
+++ b/mcs/class/corlib/System.Runtime.Remoting/ObjRef.cs
@@ -11,6 +11,7 @@
//
using System;
+using System.Runtime.Serialization;
namespace System.Runtime.Remoting {