RecipesWrapperGetAll Method |
View Project on GitHub
Returns all the recipes
Namespace: GW2CSharp.V2.Unauthenticated.RecipesAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic IEnumerable<Lazy<Recipe>> GetAll()
Return Value
Type:
IEnumerableLazyRecipeA lazy loaded list of recipes
See Also