浏览代码

Added a few CLSCompliant attributes needed

svn path=/trunk/mcs/; revision=16362
Gonzalo Paniagua Javier 22 年之前
父节点
当前提交
80f92eedd5

+ 1 - 0
mcs/class/System.Drawing/System.Drawing.Imaging/ColorMatrix.cs

@@ -19,6 +19,7 @@ namespace System.Drawing.Imaging {
 		}
 		
 		[MonoTODO]
+		[CLSCompliant(false)]
 		public ColorMatrix(float[][] newColorMatrix) {
 			throw new NotImplementedException ();
 		}

+ 2 - 0
mcs/class/System.Drawing/System.Drawing.Imaging/ImageCodecInfo.cs

@@ -128,6 +128,7 @@ namespace System.Drawing.Imaging {
 		}
 
 		[MonoTODO]
+		[CLSCompliant(false)]
 		//[ComVisible(false)]
 		public byte[][] SignatureMasks {
 			get { return signatureMasks; }
@@ -135,6 +136,7 @@ namespace System.Drawing.Imaging {
 		}
 
 		[MonoTODO]
+		[CLSCompliant(false)]
 		//[ComVisible(false)]
 		public byte[][] SignaturePatterns {
 			get { return signaturePatterns; }