Map.GetEnumerator

Map.GetEnumerator method

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

public IEnumerator<MapLayer> GetEnumerator()

返回值

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

另见