DataId32ListTGetIds Method |
Makes a list of all item ids in this list.
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public List<int> GetIds()
Public Function GetIds As List(Of Integer)
public:
List<int>^ GetIds()
member GetIds : unit -> List<int>
Return Value
Type:
ListInt32All item ids in this list.
See Also