Recipe.Ingredients Property |
View Project on GitHub
List of recipe ingredients.
Namespace: GW2CSharp.V2.Unauthenticated.RecipesAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic List<Ingredient> Ingredients { get; set; }
Property Value
Type:
List<Ingredient>
See Also