MapEnumerator.new Method

Initializes a new instance of the Object class.

Syntax

public void new(Map map)

Run On

Called

Parameters

  • map
    Type: Map Class
    The map for which to create an enumerator.

Remarks

This method is obsolete. Use the Map.getEnumerator method instead.

See Also

Reference

MapEnumerator Class