public class KeyValueMethods<TKey, TValue> : KeyValueMethods
where TKey : new(), SnapTypeBase<TKey>
where TValue : new(), SnapTypeBase<TValue>
Public Class KeyValueMethods(Of TKey As {New, SnapTypeBase(Of TKey)}, TValue As {New, SnapTypeBase(Of TValue)})
Inherits KeyValueMethodsgeneric<typename TKey, typename TValue>
where TKey : gcnew(), SnapTypeBase<TKey>
where TValue : gcnew(), SnapTypeBase<TValue>
public ref class KeyValueMethods : public KeyValueMethods| KeyValueMethodsTKey, TValue | Initializes a new instance of the KeyValueMethodsTKey, TValue class |
| KeyType |
The type of the key.
(Overrides KeyValueMethodsKeyType) |
| ValueType |
The type of the value.
(Overrides KeyValueMethodsValueType) |
| Copy | Copies the source values to the destination. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |