XMap1MapObject Methods |
The XMap1MapObject type exposes the following members.
Name | Description | |
---|---|---|
ContainsKey | Checks if value exists for specified key. (Inherited from MapObject.) | |
GetEnumerator | Set of key/value pairs. (Inherited from MapObject.) | |
ToString | Textual representation of the whole object. (Inherited from MapObject.) | |
TryGetValue | Tries to get a value for the specified key. (Inherited from MapObject.) |
Name | Description | |
---|---|---|
ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |