Update mcs/class/Commons.Xml.Relaxng/Commons.Xml.Relaxng/RelaxngPattern.cs
[mono.git] / mcs / class / IKVM.Reflection / PropertySignature.cs
index e9628561c5ac5cf20498d04895c4b6f968f98f29..9a4a5534d129d6cf569ca94a1941385c299e49b3 100644 (file)
@@ -147,6 +147,11 @@ namespace IKVM.Reflection
                        get { return callingConvention; }
                }
 
+               internal bool MatchParameterTypes(Type[] types)
+               {
+                       return Util.ArrayEquals(types, parameterTypes);
+               }
+
                internal static PropertySignature ReadSig(ModuleReader module, ByteReader br, IGenericContext context)
                {
                        byte flags = br.ReadByte();