Enumeration of all available keys.
Namespace:
Ptv.XServer.Controls.Map.TileProviders
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public IEnumerable<string> Keys { get; }
Public ReadOnly Property Keys As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ Keys {
IEnumerable<String^>^ get ();
}
member Keys : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringSee Also