Procházet zdrojové kódy

build fix

svn path=/trunk/mcs/; revision=22885
Ben Maurer před 22 roky
rodič
revize
c427f2e28a

+ 0 - 5
mcs/class/System.Security/System.Security.Cryptography.Xml/EncryptionProperties.cs

@@ -131,11 +131,6 @@ namespace System.Security.Cryptography.Xml {
 			list.Insert (index, value);
 		}
 
-		public EncryptionProperty Item (int index)
-		{
-			return (EncryptionProperty) list [index];
-		}
-
 		public void Remove (EncryptionProperty value)
 		{
 			list.Remove (value);