JAMS Developer Guide
ElementCollection Class
Members 


MVPSI.JAMS.Host Namespace : ElementCollection Class
A class to handle a collection of elements.
Object Model
ElementCollection Class
Syntax
'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> 
Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      MVPSI.JAMS.Host.ElementCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ElementCollection Members
MVPSI.JAMS.Host Namespace