Assembly: SubSonic (in SubSonic.dll) Version: 2.1.0.0 (2.1.0)
Syntax
| C# |
|---|
[SerializableAttribute] public class RepositoryList<ItemType, ListType> : AbstractList<ItemType, ListType> where ItemType : new(), RepositoryRecord<T> where ListType : new(), AbstractList<ItemType, ListType> |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class RepositoryList(Of ItemType As {New, RepositoryRecord(Of T)}, ListType As {New, AbstractList(Of ItemType, ListType)}) _ Inherits AbstractList(Of ItemType, ListType) |
| Visual C++ |
|---|
[SerializableAttribute] generic<typename ItemType, typename ListType> where ItemType : gcnew(), RepositoryRecord<T> where ListType : gcnew(), AbstractList<ItemType, ListType> public ref class RepositoryList : public AbstractList<ItemType, ListType> |
Type Parameters
- ItemType
- The type of the tem type.
- ListType
- The type of the ist type.
Inheritance Hierarchy
System..::.Object
System.Collections.ObjectModel..::.Collection<(Of <(ItemType>)>)
System.ComponentModel..::.BindingList<(Of <(ItemType>)>)
SubSonic..::.BindingListEx<(Of <(ItemType>)>)
SubSonic..::.AbstractList<(Of <(ItemType, ListType>)>)
SubSonic..::.RepositoryList<(Of <(ItemType, ListType>)>)
System.Collections.ObjectModel..::.Collection<(Of <(ItemType>)>)
System.ComponentModel..::.BindingList<(Of <(ItemType>)>)
SubSonic..::.BindingListEx<(Of <(ItemType>)>)
SubSonic..::.AbstractList<(Of <(ItemType, ListType>)>)
SubSonic..::.RepositoryList<(Of <(ItemType, ListType>)>)