Hi,

Jonathan Pryor <[EMAIL PROTECTED]> writes:

> On Fri, 2005-02-25 at 14:02 -0500, Nigel Benns wrote:
>> ok... this is the lowdown :)
>> 
>> in C:
>> 
>> struct try {
>> 
>>    int *blah;
>> 
>> }
>
> In C#:
>
>       struct try {
>               public System.IntPtr blah;
>       }

Except that it probably has to be written as 'struct @try', and used as
@try everywhere else.  (I haven't checked if it works in mcs ;-)

Even better would be to give it a different name.

- Hari
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to