[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the ETreeDictionary<(Of K, V>) class.

Namespace: net.esper.compat
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	subDictionary As TreeDictionary(Of K, V) _
)
C#
public ETreeDictionary (
	TreeDictionary<K, V> subDictionary
)
Visual C++
public:
ETreeDictionary (
	TreeDictionary<K, V>^ subDictionary
)

Parameters

subDictionary
TreeDictionary
The sub dictionary.