Click or drag to resize
DataId64ListTAdd Method
Adds an object to the end of the list.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public void Add(
	T item
)

Parameters

item
Type: T
The object to be added to the end of the list.
See Also