[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Type Parameters
- T
Functions as a key value for Maps where keys need to be composite values.
The class allows a Map that uses MultiKeyUntyped entries for key values to use multiple objects as keys.
It calculates the hashCode from the key objects on construction and caches the hashCode.
The following tables list the members exposed by the MultiKey<(Of T>) generic type.
Public Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides .Equals(Object).) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Overrides .GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Overrides .ToString().) |
Protected Methods
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Public Constructors
Name | Description | |
---|---|---|
![]() | MultiKey<(Of T>)New | Constructor for multiple keys supplied in an object array. |