RecipesWrapperGetById Method |
View Project on GitHub
Returns a specific recipe
Namespace: GW2CSharp.V2.Unauthenticated.RecipesAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic Recipe GetById(
int recipe
)
Parameters
- recipe
- Type: SystemInt32
The id of the recipe to return
Return Value
Type:
RecipeThe recipe corresponding to the id
See Also