2005-09-29 Miguel de Icaza <miguel@novell.com>
[mono.git] / mcs / class / corlib / System.Collections / Stack.cs
index 9bc997e51adbd78cd903b69603b45ce16019a9a6..4efaaa9c8c0a9fd0d8c745100c486fce73dc9def 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System.Runtime.InteropServices;
+
 namespace System.Collections {
+
+#if NET_2_0
+       [ComVisible(true)]
+#endif
        [Serializable]
-       [MonoTODO ("Fix serialization compatibility with MS.NET")]
        public class Stack : ICollection, IEnumerable, ICloneable {
 
                // properties