Click or drag to resize
MinisWrapperGetAll Method
View Project on GitHub
Returns all known minis.

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

Return Value

Type: DictionaryInt32, LazyMini
All the known minis.
See Also