Click or drag to resize
DataListT Class
Template list for data types without id.
Inheritance Hierarchy

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
[SerializableAttribute]
public class DataList<T> : List<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:ArtDatabanken.Data.DataList`1"]

The DataListT type exposes the following members.

Constructors
  NameDescription
Public methodDataListT
Initializes a new instance of the DataListT class
Top
Methods
  NameDescription
Public methodGetGenericList
Get generic list.
Top
See Also