[corlib] Fixed StringBuilder construction bugs in marshalling caused by changes to...
[mono.git] / mcs / class / corlib / System.Reflection / MemberFilter.cs
index f8c569d0d831e674bc8bee7af6f195f4a59f75a9..f67b435f899e034058bf04591bf95dea05eb52d0 100644 (file)
@@ -26,9 +26,8 @@ using System.Reflection;
 using System.Runtime.InteropServices;
 
 namespace System.Reflection {
-#if NET_2_0
        [ComVisible (true)]
-#endif
+       [Serializable]
        public delegate bool MemberFilter( MemberInfo m, object filterCriteria);
 
 }