Prechádzať zdrojové kódy

Flush

svn path=/trunk/mcs/; revision=53851
Miguel de Icaza 20 rokov pred
rodič
commit
c0ca02cdb5

+ 1 - 0
mcs/class/corlib/System.Collections.Generic/KeyNotFoundException.cs

@@ -32,6 +32,7 @@ using System.Runtime.InteropServices;
 using System.Runtime.Serialization;
 
 namespace System.Collections.Generic {
+	[ComVisible(true)]
 	[Serializable]
 	public class KeyNotFoundException : SystemException, ISerializable {
 		public KeyNotFoundException ()