RecipesWrapperSearchByResultingItem Method |
View Project on GitHub
Provides the ability to search for all the recipes which can be used to craft a specific item
Namespace: GW2CSharp.V2.Unauthenticated.RecipesAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic IEnumerable<Lazy<Recipe>> SearchByResultingItem(
int resultingItemId
)
Parameters
- resultingItemId
- Type: SystemInt32
The id of the item which the recipes should craft
Return Value
Type:
IEnumerableLazyRecipeA lazy loaded list of all the recipes which craft the specified item
See Also