Click or drag to resize
MapWrapperGetAll Method
View Project on GitHub
Returns all maps.

Namespace: GW2CSharp.V2.Unauthenticated.Maps
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public IEnumerable<Lazy<Map>> GetAll()

Return Value

Type: IEnumerableLazyMap
Returns all maps.
See Also