MapObject Methods |
The MapObject type exposes the following members.
Name | Description | |
---|---|---|
ContainsKey | Checks if value exists for specified key. | |
GetEnumerator | Set of key/value pairs. | |
ToString | Textual representation of the whole object. (Overrides ObjectToString.) | |
TryGetValue | Tries to get a value for the specified key. |
Name | Description | |
---|---|---|
ForEachKeyValuePairString, String |
Processes the given elements through a given action, either in parallel or in sequence,
depending on the requested degree of parallelism.
(Defined by MapServiceExtensions.) | |
ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |