Click or drag to resize
ItemWrapperGetById Method (Int32)
View Project on GitHub
Returns the item that matches with the id.

Namespace: GW2CSharp.V2.Unauthenticated.Items
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Item GetById(
	int id
)

Parameters

id
Type: SystemInt32
The item id.

Return Value

Type: Item
Item that matches with the id.
See Also