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

Gets or sets the subdictionary.

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

Syntax

Visual Basic (Declaration)
Protected Property SubDictionary As IDictionary(Of K, V)
C#
protected IDictionary<K, V> SubDictionary { get; set; }
Visual C++
protected:
property IDictionary<K, V>^ SubDictionary {
	IDictionary<K, V>^ get ();
	void set (IDictionary<K, V>^ value);
}