Click or drag to resize

FixedDictionarySchemaKTryGetIndex Method

Tries the get the index for the key. If the index does not exist, the method returns false.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public bool TryGetIndex(
	K key,
	out int index
)

Parameters

key
Type: K
The key.
index
Type: SystemInt32
The index.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.FixedDictionarySchema`1.TryGetIndex(`0,System.Int32@)"]

See Also