Click or drag to resize

FixedDictionaryK, V Constructor

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public FixedDictionary(
	FixedDictionarySchema<K> dictionarySchema
)

Parameters

dictionarySchema
Type: com.espertech.esper.compat.collectionsFixedDictionarySchemaK
The schema.
See Also