Map.GetEnumerator

Map.GetEnumerator method

返回一个遍历地图中各层的枚举器。

public IEnumerator<MapLayer> GetEnumerator()

返回值

一个枚举器,可用于遍历地图中的图层。

也可以看看