dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Reflection DefaultMemb


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Reflection DefaultMemberAttribute.cs, 1.4, 1.5
Date: Thu, 04 Sep 2003 00:47:16 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Reflection
In directory subversions:/tmp/cvs-serv20104/runtime/System/Reflection

Modified Files:
        DefaultMemberAttribute.cs 
Log Message:


Signature-compatibility fixes for "AttributeUsage" declarations.


Index: DefaultMemberAttribute.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Reflection/DefaultMemberAttribute.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** DefaultMemberAttribute.cs   7 Dec 2001 01:45:38 -0000       1.4
--- DefaultMemberAttribute.cs   4 Sep 2003 04:47:13 -0000       1.5
***************
*** 25,30 ****
  [AttributeUsage(AttributeTargets.Class |
                                AttributeTargets.Struct |
!                               AttributeTargets.Interface,
!                               AllowMultiple=false, Inherited=true)]
  public sealed class DefaultMemberAttribute : Attribute
  {
--- 25,29 ----
  [AttributeUsage(AttributeTargets.Class |
                                AttributeTargets.Struct |
!                               AttributeTargets.Interface)]
  public sealed class DefaultMemberAttribute : Attribute
  {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]