A strongly-typed key to be used together with an associative array to help the compiler perform better type checking of the value associated with the key.

Namespace:  Gallio.Common.Collections
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public struct Key<TValue>
Visual Basic (Declaration)
Public Structure Key(Of TValue)

Type Parameters

TValue
The type of value associated with the key.

See Also