DataIdInt32ListAdd Method |
Adds an id to the end of the list.
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public void Add(
int id
)
Public Sub Add (
id As Integer
)
public:
void Add(
int id
)
member Add :
id : int -> unit
Parameters
- id
- Type: SystemInt32
Id to be added to the end of the list.
See Also