Click or drag to resize

XMap1MapObject Methods

The XMap1MapObject type exposes the following members.

Methods
  NameDescription
Public methodContainsKey
Checks if value exists for specified key.
(Inherited from MapObject.)
Public methodGetEnumerator
Set of key/value pairs.
(Inherited from MapObject.)
Public methodToString
Textual representation of the whole object.
(Inherited from MapObject.)
Public methodTryGetValue
Tries to get a value for the specified key.
(Inherited from MapObject.)
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also