Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Unauthenticated.Quaggans
QuagganWrapper Class
QuagganWrapper Methods
Get Method
GetAll Method
QuagganWrapper
GetAll Method
View Project on GitHub
Returns all known quaggans.
Namespace:
GW2CSharp.V2.Unauthenticated.Quaggans
Assembly:
GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
Copy
public
Dictionary
<
string
,
Lazy
<
Quaggan
>>
GetAll
()
Return Value
Type:
Dictionary
String
,
Lazy
Quaggan
All known quaggans
See Also
Reference
QuagganWrapper Class
GW2CSharp.V2.Unauthenticated.Quaggans Namespace