MapObjectContainsKey Method |
Checks if value exists for specified key.
Namespace:
Ptv.XServer.Controls.Map.TileProviders
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public bool ContainsKey(
string key
)
Public Function ContainsKey (
key As String
) As Boolean
public:
bool ContainsKey(
String^ key
)
member ContainsKey :
key : string -> bool
Parameters
- key
- Type: SystemString
Key to look for.
Return Value
Type:
Boolean Indicates if a value exists for the specified key.
See Also