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

Puts all values from the source dictionary into this dictionary.

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

Syntax

Visual Basic (Declaration)
Sub PutAll ( _
	source As IDictionary(Of K, V) _
)
C#
void PutAll (
	IDictionary<K, V> source
)
Visual C++
void PutAll (
	IDictionary<K, V>^ source
)

Parameters

source
System.Collections.Generic.IDictionary<(Of TKey, TValue>)