Click or drag to resize
ContinentWrapperGetAll Method
View Project on GitHub
Returns all continents.

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

Return Value

Type: IEnumerableContinent
All continents.
See Also