Template list for data types without id.
Inheritance Hierarchy
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax [SerializableAttribute]
public class DataList<T> : List<T>
<SerializableAttribute>
Public Class DataList(Of T)
Inherits List(Of T)
[SerializableAttribute]
generic<typename T>
public ref class DataList : public List<T>
[<SerializableAttribute>]
type DataList<'T> =
class
inherit List<'T>
end
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:ArtDatabanken.Data.DataList`1"]
The DataListT type exposes the following members.
Constructors
| Name | Description |
---|
| DataListT | Initializes a new instance of the DataListT class |
TopMethods See Also