Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Unauthenticated.Commerce
PriceWrapper Class
PriceWrapper Methods
GetMultiple Method
GetMultiple Method (IEnumerable(Int32))
GetMultiple Method (Int32[])
PriceWrapper
GetMultiple Method (IEnumerable
Int32
)
View Project on GitHub
Returns multiple aggregated buy and sell listing information from the trading post.
Namespace:
GW2CSharp.V2.Unauthenticated.Commerce
Assembly:
GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
Copy
public
IEnumerable
<
Price
>
GetMultiple
(
IEnumerable
<
int
>
ids
)
Parameters
ids
Type:
System.Collections.Generic
IEnumerable
Int32
Item id's
Return Value
Type:
IEnumerable
Price
Multiple aggregated buy and sell listing informations.
See Also
Reference
PriceWrapper Class
GetMultiple Overload
GW2CSharp.V2.Unauthenticated.Commerce Namespace