Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Unauthenticated.WvW
MatchesWrapper Class
MatchesWrapper Methods
GetMultipleById Method
GetMultipleById Method (List(String))
GetMultipleById Method (String[])
GetMultipleById Method (List(String), RequestedLanguage)
MatchesWrapper
GetMultipleById Method (List
String
)
View Project on GitHub
Returns all the matches
Namespace:
GW2CSharp.V2.Unauthenticated.WvW
Assembly:
GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
Copy
public
IEnumerable
<
Lazy
<
Matches
>>
GetMultipleById
(
List
<
string
>
ids
)
Parameters
ids
Type:
System.Collections.Generic
List
String
The ids to return
Return Value
Type:
IEnumerable
Lazy
Matches
A list of lazy initialised matches
See Also
Reference
MatchesWrapper Class
GetMultipleById Overload
GW2CSharp.V2.Unauthenticated.WvW Namespace