Converted source files to UTF-8 (without byte order mark). Use UTF-8 as the default...
[mono.git] / mcs / class / corlib / System.Collections / Queue.cs
index d281ca692e43327fcb7b124931074ed7e06446d1..ae99d9aa6d5cd900683cd8da178049bdb6cbb508 100644 (file)
@@ -2,9 +2,9 @@
 // System.Collections.Queue
 //
 // Author:
-//    Ricardo Fernández Pascual
+//    Ricardo Fernández Pascual
 //
-// (C) 2001 Ricardo Fernández Pascual
+// (C) 2001 Ricardo Fernández Pascual
 //
 
 //
 
 using System;
 using System.Collections;
+using System.Runtime.InteropServices;
 
 namespace System.Collections {
 
+#if NET_2_0
+       [ComVisible(true)]
+#endif
        [Serializable]
        public class Queue : ICollection, IEnumerable, ICloneable {