Namespace:
EGIS.Mapbox.Vector.Tile
Assembly:
EGIS.Mapbox.Vector.Tile (in EGIS.Mapbox.Vector.Tile.dll)
Syntax
Visual Basic |
---|
<ProtoMemberAttribute(, Name := "keys", DataFormat := DataFormat.Default)> _
Public ReadOnly Property Keys As List(Of String)
Get |
C# |
---|
[ProtoMemberAttribute(, Name = "keys", DataFormat = DataFormat.Default)]
public List<string> Keys { get; } |
Visual C++ |
---|
[ProtoMemberAttribute(, Name = L"keys", DataFormat = DataFormat::Default)]
public:
property List<String^>^ Keys {
List<String^>^ get ();
} |
JavaScript |
---|
function get_keys();
|
See Also