Click or drag to resize
ContinentFloors Property
View Project on GitHub
A list of floors available for this continent.

Namespace: GW2CSharp.V2.Unauthenticated.Continents
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Dictionary<int, Lazy<Floor>> Floors { get; }

Property Value

Type: DictionaryInt32, LazyFloor
See Also