List.typeId Method

Returns the type of the values in a list.

Syntax

public Types typeId()

Run On

Called

Return Value

Type: Types Enumeration
The type of the list elements.

Remarks

The type of the list is specified when the list is created, and remains the same throughout the life of the list.

See Also

List Class

List.new Method