Click or drag to resize
PriceWrapperGetAll Method
View Project on GitHub
Returns all 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#
public Dictionary<int, Lazy<Price>> GetAll()

Return Value

Type: DictionaryInt32, LazyPrice
All aggregated buy and sell listing informations.
See Also