Click or drag to resize

LinkedHashMapTK, TVFastKeyArray Property

Gets the keys in a faster and more efficient manner.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public TK[] FastKeyArray { get; }

Property Value

Type: TK
The fast key array.
See Also