[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
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.
Namespace: net.esper.collection
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
<DefaultMemberAttribute("Item")> _ Public NotInheritable Class MultiKeyUntyped |
C# |
---|
[DefaultMemberAttribute("Item")] public sealed class MultiKeyUntyped |
Visual C++ |
---|
[DefaultMemberAttribute(L"Item")] public ref class MultiKeyUntyped sealed |