Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Unauthenticated.Worlds
WorldWrapper Class
WorldWrapper Methods
GetByIds Method
GetByIds Method (IEnumerable(Int32))
GetByIds Method (Int32[])
GetByIds Method (IEnumerable(Int32), RequestedLanguage)
WorldWrapper
GetByIds Method (IEnumerable
Int32
, RequestedLanguage)
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#
Copy
public
IEnumerable
<
World
>
GetByIds
(
IEnumerable
<
int
>
ids
,
RequestedLanguage
requestedLanguage
)
Parameters
ids
Type:
System.Collections.Generic
IEnumerable
Int32
The world ids.
requestedLanguage
Type:
GW2CSharp.Enums
RequestedLanguage
Represents the language which the API should return. Default english.
Return Value
Type:
IEnumerable
World
List of worlds that matches the ids.
See Also
Reference
WorldWrapper Class
GetByIds Overload
GW2CSharp.V2.Unauthenticated.Worlds Namespace