
'Declaration
Public Class PersonCollection Inherits Selerix.Foundation.Data.EntityCollection(Of Person) Implements System.Collections.Generic.IEnumerable(Of Person), System.Collections.IEnumerable
'Usage
Dim instance As PersonCollection
public class PersonCollection : Selerix.Foundation.Data.EntityCollection<Person>, System.Collections.Generic.IEnumerable<Person>, System.Collections.IEnumerable
public class PersonCollection = class(Selerix.Foundation.Data.EntityCollection, System.Collections.Generic.IEnumerable, System.Collections.IEnumerable)
public class PersonCollection extends Selerix.Foundation.Data.EntityCollection implements System.Collections.Generic.IEnumerable, System.Collections.IEnumerable
public __gc class PersonCollection : public Selerix.Foundation.Data.EntityCollection<Person>, System.Collections.Generic.IEnumerable<Person>, System.Collections.IEnumerable
public ref class PersonCollection : public Selerix.Foundation.Data.EntityCollection<Person>, System.Collections.Generic.IEnumerable<Person>, System.Collections.IEnumerable
System.Object
Selerix.Foundation.Data.SmartList<T>
Selerix.BusinessObjects.PersonCollection