The Map type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clone |
Returns a new Map with properties equal to the current Map.
| |
Contains |
Determines whether the Map contains a specified MapItem.
| |
CreateFromXmlString | Helper method to generate an object from its XML representation, used to deserialize an object passed to a worker thread. | |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
FindById |
Searches the Map for a MapItem with a specified unique ID.
| |
FindByName |
Searches the Map for a MapItem with a specified name.
| |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetMapItems<(Of <(T>)>) |
Gets all items in the Map of a specified MapItem type.
| |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) | |
ToXmlString | Helper method to serialize an object to its XML representation, used to serialize an object to pass to a worker thread. |