The Map type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Contains |
Determines whether the Map contains a specified MapItem.
| |
| 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.) |

