G
Guest
Hi All
I asked this in the VB.Net group, but hit a blank...
In C#, we can place a target an attribute - so when serializing a type, we
can apply the NonSerialized attribute to an Event using the field qualifier -
without this qualifier, we get a compile time error saying that the
NonSerialzed attribte cannot be applied to an event.
[field:NonSerialized]
My question is - can I do this in VB.NET?
Nigel Armstrong
I asked this in the VB.Net group, but hit a blank...
In C#, we can place a target an attribute - so when serializing a type, we
can apply the NonSerialized attribute to an Event using the field qualifier -
without this qualifier, we get a compile time error saying that the
NonSerialzed attribte cannot be applied to an event.
[field:NonSerialized]
My question is - can I do this in VB.NET?
Nigel Armstrong