Click or drag to resize
RecipesWrapperGetById Method
View Project on GitHub
Returns a specific recipe

Namespace: GW2CSharp.V2.Unauthenticated.Recipes
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Recipe GetById(
	int recipe
)

Parameters

recipe
Type: SystemInt32
The id of the recipe to return

Return Value

Type: Recipe
The recipe corresponding to the id
See Also