dotgnu-general
[Top][All Lists]
Advanced

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

RE: [DotGNU]Attributes in cscc


From: James Mc Parlane
Subject: RE: [DotGNU]Attributes in cscc
Date: Wed, 18 Sep 2002 15:29:11 +1000

And there was much rejoicing :)

> -----Original Message-----
> From: Rhys Weatherley [mailto:address@hidden
> Sent: Wednesday, September 18, 2002 3:24 PM
> To: address@hidden
> Subject: [DotGNU]Attributes in cscc
> 
> 
> After much procrastination on my part, attributes are now mostly
> working in the C# compiler.  DllImport, MethodImpl, etc are
> working fine now.  The major step remaining is named arguments
> to attributes. e.g.
> 
>     [AttributeUsage(AttributeTargets.All, 
> AllowMultiple=false, Inherited=true)]
> 
> ("AllowMultiple" and "Inherited" are named arguments).  Ordinary
> positional arguments are working.  I hope to have named arguments
> working in the next few days.
> 
> A metadata-only compile on pnetlib now inserts the correct
> "internalcall" designations in the right places, which should
> make Gopal a very happy camper.
> 
> Cheers,
> 
> Rhys.
> _______________________________________________
> Developers mailing list
> address@hidden
> http://www.dotgnu.org/mailman/listinfo/developers
> 


reply via email to

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