ContinentWrapperGetById Method (Int32) |
View Project on GitHub
Returns one continent that match the id.
Namespace: GW2CSharp.V2.Unauthenticated.ContinentsAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic Continent GetById(
int id
)
Parameters
- id
- Type: SystemInt32
The identifier.
Return Value
Type:
ContinentContinent that matches the id.
See Also