Click or drag to resize

FixedDictionarySchemaKItem Property

Gets the index associated with the specified key.

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

Parameters

key
Type: K

Property Value

Type: Int32
See Also