ListingWrapperGetAll Method |
View Project on GitHub
Returns all buy and sell listing information from the trading post.
Namespace: GW2CSharp.V2.Unauthenticated.CommerceAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic Dictionary<int, Lazy<Listing>> GetAll()
Return Value
Type:
DictionaryInt32,
LazyListingAll buy and sell listing informations.
See Also