This may be an easy / obvious question but I was wondering is there a limit on the number of attributes you can have on a class / method / property?
eg
// how many attributes and how do they look is this correct?
[Serializable]
[MyCustomAttr]
class Forr
{
}
thanks,
scott
You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.
