'Declaration
<System.SerializableAttribute()> Public Class ElementCollection Inherits System.Collections.Generic.List(Of Element)
'Usage
Dim instance As ElementCollection
[System.Serializable()] public class ElementCollection : System.Collections.Generic.List<Element>