Click or drag to resize
ItemWrapperGetAll Method
View Project on GitHub
Returns all known items.

Namespace: GW2CSharp.V2.Unauthenticated.Items
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Dictionary<int, Lazy<Item>> GetAll()

Return Value

Type: DictionaryInt32, LazyItem
All known items.
See Also