Click or drag to resize
RecipeIngredients Property
View Project on GitHub
List of recipe ingredients.

Namespace: GW2CSharp.V2.Unauthenticated.Recipes
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public List<Ingredient> Ingredients { get; set; }

Property Value

Type: ListIngredient
See Also