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 ParamArrayAttribute.cs


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System ParamArrayAttribute.cs,1.2,1.3
Date: Wed, 20 Nov 2002 20:17:15 -0500

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

Modified Files:
        ParamArrayAttribute.cs 
Log Message:


Reverse the order of "Inherited" and "AllowMultiple" so that "csdocvalil"
doesn't get confused when validating.


Index: ParamArrayAttribute.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/runtime/System/ParamArrayAttribute.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ParamArrayAttribute.cs      23 Oct 2001 06:11:39 -0000      1.2
--- ParamArrayAttribute.cs      21 Nov 2002 01:17:13 -0000      1.3
***************
*** 24,28 ****
  
  [AttributeUsage(AttributeTargets.Parameter,
!                               Inherited=true, AllowMultiple=false)]
  public sealed class ParamArrayAttribute : Attribute
  {
--- 24,28 ----
  
  [AttributeUsage(AttributeTargets.Parameter,
!                               AllowMultiple=false, Inherited=true)]
  public sealed class ParamArrayAttribute : Attribute
  {





reply via email to

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