XML Serializable Collection


/ Published in: C#
Save to your folder(s)

[Serializable]
[XmlRoot("items")]
public class ItemCollection : XmlSerializableCollection
{
}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.