Map.valueSet Method [AX 2012]

Returns a set that contains the values mapped to by the keys in a map.

public Set valueSet()

Run On

Called

Return Value

Type: Set Class
A set that contains the values from the map.

If all of the keys map to different values, the number of elements in the set are equal to the number of elements in the map.

Community Additions

ADD
Show: