Click or drag to resize
RecipesWrapperGetAll Method
View Project on GitHub
Returns all the recipes

Namespace: GW2CSharp.V2.Unauthenticated.Recipes
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public IEnumerable<Lazy<Recipe>> GetAll()

Return Value

Type: IEnumerableLazyRecipe
A lazy loaded list of recipes
See Also