Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Unauthenticated.Commerce
Listing Class
Listing Properties
Buys Property
Item Property
Sells Property
Listing
Sells Property
View Project on GitHub
A list of all sell listings, ascending from lowest sell offer.
Namespace:
GW2CSharp.V2.Unauthenticated.Commerce
Assembly:
GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
Copy
public
IEnumerable
<
TpItemListing
>
Sells
{
get
;
set
; }
Property Value
Type:
IEnumerable
TpItemListing
See Also
Reference
Listing Class
GW2CSharp.V2.Unauthenticated.Commerce Namespace