Click or drag to resize
WorldWrapperGetByIds Method (Int32)
View Project on GitHub
Returns the worlds that matches the ids.

Namespace: GW2CSharp.V2.Unauthenticated.Worlds
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public IEnumerable<World> GetByIds(
	params int[] ids
)

Parameters

ids
Type: SystemInt32
The world ids.

Return Value

Type: IEnumerableWorld
List of worlds that matches the ids.
See Also