D
Dirk Reske
Hello,
I've created a collection.
public class MyCollection:CollectionBase
{
public int Version;
[...]
}
I want to serialize it...and it works!
but what do I have to do, that the XmlSerializer serializes the Version
property also?
thx
I've created a collection.
public class MyCollection:CollectionBase
{
public int Version;
[...]
}
I want to serialize it...and it works!
but what do I have to do, that the XmlSerializer serializes the Version
property also?
thx