Click or drag to resize
WorldWrapperGetAll Method
View Project on GitHub
Returns all worlds.

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

Return Value

Type: IEnumerableWorld
List of all worlds.
See Also