L
Lou
I getthis error when trying to serialize a collection class.
Dim Serialize As XmlSerializer = New XmlSerializer(GetType(cButtons))
"You must implement a default accessor on MyCollection.cButtons because it
inherits from ICollection.
Dim Serialize As XmlSerializer = New XmlSerializer(GetType(cButtons))
"You must implement a default accessor on MyCollection.cButtons because it
inherits from ICollection.